| To: | linux-fsdevel@xxxxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 01/11] xfs: Remove useless test |
| From: | Jan Kara <jack@xxxxxxx> |
| Date: | Tue, 11 Nov 2014 22:04:15 +0100 |
| Cc: | linux-ext4@xxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx, Jan Kara <jack@xxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1415739865-2438-1-git-send-email-jack@xxxxxxx> |
| References: | <1415739865-2438-1-git-send-email-jack@xxxxxxx> |
Q_XQUOTARM is never passed to xfs_fs_set_xstate() so remove the test.
Signed-off-by: Jan Kara <jack@xxxxxxx>
---
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 02/11] xfs: Remove unused variable in xfs_qm_scall_quotaon(), Jan Kara |
|---|---|
| Next by Date: | [PATCH 05/11] quota: Wire up ->sysquota_{on,off} callbacks into Q_QUOTA{ON,OFF}, Jan Kara |
| Previous by Thread: | Re: [PATCH 02/11] xfs: Remove unused variable in xfs_qm_scall_quotaon(), Dave Chinner |
| Next by Thread: | Re: [PATCH 01/11] xfs: Remove useless test, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |