From 7f17e02d34e8157009d2603bfcea3bc619709eee Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 5 May 2010 15:17:09 +0000 Subject: GFS2 implements the XFS interface for setting and reporting the quota information, and only allows state changes via remount. (Christoph Hellwig) --- quotacheck.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'quotacheck.c') diff --git a/quotacheck.c b/quotacheck.c index 41901f1..0e9bac9 100644 --- a/quotacheck.c +++ b/quotacheck.c @@ -1049,7 +1049,9 @@ static void check_all(void) while ((mnt = get_next_mount())) { if (flags & FL_ALL && flags & FL_NOROOT && !strcmp(mnt->mnt_dir, "/")) continue; - if (!strcmp(mnt->mnt_type, MNTTYPE_XFS) || nfs_fstype(mnt->mnt_type) || + if (!strcmp(mnt->mnt_type, MNTTYPE_XFS) || + !strcmp(mnt->mnt_type, MNTTYPE_GFS2) || + nfs_fstype(mnt->mnt_type) || meta_qf_fstype(mnt->mnt_type)) { debug(FL_DEBUG | FL_VERBOSE, _("Skipping %s [%s]\n"), mnt->mnt_fsname, mnt->mnt_dir); continue; -- cgit v1.2.3