diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2011-09-08 16:18:50 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-10-11 22:15:02 -0400 |
commit | eabbaf118239d0d4188298b52751040f3b4cc28f (patch) | |
tree | 79ad38cf1dec13aa48e36edb5c498e294f7be565 | |
parent | 2a30f36d9069b0646dcdd73def5fd7ab674bffd6 (diff) |
xfs: Fix the incorrect comment in the header of _xfs_buf_find
Fix the incorrect comment in the header of the function
_xfs_buf_find().
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
-rw-r--r-- | fs/xfs/xfs_buf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index d3c2b58d7d70..e3af85095ddb 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -415,10 +415,7 @@ _xfs_buf_map_pages( | |||
415 | /* | 415 | /* |
416 | * Look up, and creates if absent, a lockable buffer for | 416 | * Look up, and creates if absent, a lockable buffer for |
417 | * a given range of an inode. The buffer is returned | 417 | * a given range of an inode. The buffer is returned |
418 | * locked. If other overlapping buffers exist, they are | 418 | * locked. No I/O is implied by this call. |
419 | * released before the new buffer is created and locked, | ||
420 | * which may imply that this call will block until those buffers | ||
421 | * are unlocked. No I/O is implied by this call. | ||
422 | */ | 419 | */ |
423 | xfs_buf_t * | 420 | xfs_buf_t * |
424 | _xfs_buf_find( | 421 | _xfs_buf_find( |