diff options
-rw-r--r-- | fs/xfs/scrub/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/quota.c b/fs/xfs/scrub/quota.c index 8e58ba842946..613def9692a1 100644 --- a/fs/xfs/scrub/quota.c +++ b/fs/xfs/scrub/quota.c | |||
@@ -207,7 +207,7 @@ xfs_scrub_quota( | |||
207 | xfs_dqid_t id = 0; | 207 | xfs_dqid_t id = 0; |
208 | uint dqtype; | 208 | uint dqtype; |
209 | int nimaps; | 209 | int nimaps; |
210 | int error; | 210 | int error = 0; |
211 | 211 | ||
212 | if (!XFS_IS_QUOTA_RUNNING(mp) || !XFS_IS_QUOTA_ON(mp)) | 212 | if (!XFS_IS_QUOTA_RUNNING(mp) || !XFS_IS_QUOTA_ON(mp)) |
213 | return -ENOENT; | 213 | return -ENOENT; |