xfs: fix the comment of xlog_recover_do_dquot_buffer()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
parent
8e159e72e2
commit
8ba701ee9e
1 changed files with 1 additions and 1 deletions
|
@ -2369,7 +2369,7 @@ xfs_qm_dqcheck(
|
|||
|
||||
/*
|
||||
* Perform a dquot buffer recovery.
|
||||
* Simple algorithm: if we have found a QUOTAOFF logitem of the same type
|
||||
* Simple algorithm: if we have found a QUOTAOFF log item of the same type
|
||||
* (ie. USR or GRP), then just toss this buffer away; don't recover it.
|
||||
* Else, treat it as a regular buffer and do recovery.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue