xfs: delete duplicated words + other fixes
Delete repeated words in fs/xfs/. {we, that, the, a, to, fork} Change "it it" to "it is" in one location. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> To: linux-fsdevel@vger.kernel.org Cc: Darrick J. Wong <darrick.wong@oracle.com> Cc: linux-xfs@vger.kernel.org Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:

committed by
Darrick J. Wong

parent
818d5a9155
commit
b63da6c8df
@@ -485,7 +485,7 @@ xfs_cui_item_recover(
|
||||
* transaction. Normally, any work that needs to be deferred
|
||||
* gets attached to the same defer_ops that scheduled the
|
||||
* refcount update. However, we're in log recovery here, so we
|
||||
* we use the passed in defer_ops and to finish up any work that
|
||||
* use the passed in defer_ops and to finish up any work that
|
||||
* doesn't fit. We need to reserve enough blocks to handle a
|
||||
* full btree split on either end of the refcount range.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user