diff options
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 375ce5fad4d8..82f99b8ce07b 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -2369,7 +2369,7 @@ xfs_qm_dqcheck( | |||
2369 | 2369 | ||
2370 | /* | 2370 | /* |
2371 | * Perform a dquot buffer recovery. | 2371 | * Perform a dquot buffer recovery. |
2372 | * Simple algorithm: if we have found a QUOTAOFF logitem of the same type | 2372 | * Simple algorithm: if we have found a QUOTAOFF log item of the same type |
2373 | * (ie. USR or GRP), then just toss this buffer away; don't recover it. | 2373 | * (ie. USR or GRP), then just toss this buffer away; don't recover it. |
2374 | * Else, treat it as a regular buffer and do recovery. | 2374 | * Else, treat it as a regular buffer and do recovery. |
2375 | */ | 2375 | */ |