xfs: Correct comment tyops -> typos
Just fix the typos checkpatch notices... Signed-off-by: Joe Perches <joe@perches.com> Reviewed-by: Bill O'Donnell <billodo@redhat.com> 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
d6abecb825
commit
cf085a1b5d
@@ -427,15 +427,15 @@ xfsaild_push(
|
||||
|
||||
case XFS_ITEM_FLUSHING:
|
||||
/*
|
||||
* The item or its backing buffer is already beeing
|
||||
* The item or its backing buffer is already being
|
||||
* flushed. The typical reason for that is that an
|
||||
* inode buffer is locked because we already pushed the
|
||||
* updates to it as part of inode clustering.
|
||||
*
|
||||
* We do not want to to stop flushing just because lots
|
||||
* of items are already beeing flushed, but we need to
|
||||
* of items are already being flushed, but we need to
|
||||
* re-try the flushing relatively soon if most of the
|
||||
* AIL is beeing flushed.
|
||||
* AIL is being flushed.
|
||||
*/
|
||||
XFS_STATS_INC(mp, xs_push_ail_flushing);
|
||||
trace_xfs_ail_flushing(lip);
|
||||
@@ -612,7 +612,7 @@ xfsaild(
|
||||
* The push is run asynchronously in a workqueue, which means the caller needs
|
||||
* to handle waiting on the async flush for space to become available.
|
||||
* We don't want to interrupt any push that is in progress, hence we only queue
|
||||
* work if we set the pushing bit approriately.
|
||||
* work if we set the pushing bit appropriately.
|
||||
*
|
||||
* We do this unlocked - we only need to know whether there is anything in the
|
||||
* AIL at the time we are called. We don't need to access the contents of
|
||||
|
||||
Reference in New Issue
Block a user