Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eabbaf11 authored by Chandra Seetharaman's avatar Chandra Seetharaman Committed by Alex Elder
Browse files

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: default avatarChandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
parent 2a30f36d
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -415,10 +415,7 @@ _xfs_buf_map_pages(
/*
/*
 *	Look up, and creates if absent, a lockable buffer for
 *	Look up, and creates if absent, a lockable buffer for
 *	a given range of an inode.  The buffer is returned
 *	a given range of an inode.  The buffer is returned
 *	locked.	 If other overlapping buffers exist, they are
 *	locked.	No I/O is implied by this call.
 *	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.
 */
 */
xfs_buf_t *
xfs_buf_t *
_xfs_buf_find(
_xfs_buf_find(