]> git.karo-electronics.de Git - linux-beck.git/commitdiff
xfs: Fix the incorrect comment in the header of _xfs_buf_find
authorChandra Seetharaman <sekharan@us.ibm.com>
Thu, 8 Sep 2011 20:18:50 +0000 (20:18 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:15:02 +0000 (21:15 -0500)
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>
fs/xfs/xfs_buf.c

index d3c2b58d7d702523445bf06a5e76aa12d11f2db6..e3af85095ddbaa0de0a59e0eb93739481ec0694b 100644 (file)
@@ -415,10 +415,7 @@ _xfs_buf_map_pages(
 /*
  *     Look up, and creates if absent, a lockable buffer for
  *     a given range of an inode.  The buffer is returned
- *     locked.  If other overlapping buffers exist, they are
- *     released before the new buffer is created and locked,
- *     which may imply that this call will block until those buffers
- *     are unlocked.  No I/O is implied by this call.
+ *     locked. No I/O is implied by this call.
  */
 xfs_buf_t *
 _xfs_buf_find(