From 0b34692854b79ea5438676e3d70cfe1de07b454c Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 14 Sep 2010 20:44:38 +0200 Subject: quota: Allow printing of mountpoint Add options for quota(1) to print mount point as a part of a filesystem identification and also do not print device a s part of a filesystem identification. Signed-off-by: Jan Kara --- quotaio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quotaio.h') diff --git a/quotaio.h b/quotaio.h index 2ee734a..d797034 100644 --- a/quotaio.h +++ b/quotaio.h @@ -80,6 +80,7 @@ struct quota_handle { int qh_fd; /* Handle of file (-1 when IOFL_QUOTAON) */ int qh_io_flags; /* IO flags for file */ char qh_quotadev[PATH_MAX]; /* Device file is for */ + char qh_dir[PATH_MAX]; /* Directory filesystem is mounted at */ char qh_fstype[MAX_FSTYPE_LEN]; /* Type of the filesystem on qh_quotadev */ int qh_type; /* Type of quotafile */ int qh_fmt; /* Quotafile format */ -- cgit v1.2.3