[PATCH 01/11] xfs: Remove useless test
Jan Kara
jack at suse.cz
Tue Nov 11 15:04:15 CST 2014
Q_XQUOTARM is never passed to xfs_fs_set_xstate() so remove the test.
Signed-off-by: Jan Kara <jack at suse.cz>
---
fs/xfs/xfs_quotaops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_quotaops.c b/fs/xfs/xfs_quotaops.c
index b238027df987..9ad73240ed54 100644
--- a/fs/xfs/xfs_quotaops.c
+++ b/fs/xfs/xfs_quotaops.c
@@ -77,7 +77,7 @@ xfs_fs_set_xstate(
if (sb->s_flags & MS_RDONLY)
return -EROFS;
- if (op != Q_XQUOTARM && !XFS_IS_QUOTA_RUNNING(mp))
+ if (!XFS_IS_QUOTA_RUNNING(mp))
return -ENOSYS;
if (uflags & FS_QUOTA_UDQ_ACCT)
--
1.8.1.4
More information about the xfs
mailing list