]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xfs: fix the comment of xfs_btree_lookup()
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Wed, 7 Aug 2013 10:11:00 +0000 (10:11 +0000)
committerBen Myers <bpm@sgi.com>
Tue, 20 Aug 2013 19:45:23 +0000 (14:45 -0500)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_btree.c

index 0903960410a255c171a7b663ffb3ba4af9137074..1ecc0410f545b377a65371701a48e7dcb5f006e3 100644 (file)
@@ -1684,7 +1684,7 @@ xfs_lookup_get_search_key(
 
 /*
  * Lookup the record.  The cursor is made to point to it, based on dir.
- * Return 0 if can't find any such record, 1 for success.
+ * stat is set to 0 if can't find any such record, 1 for success.
  */
 int                                    /* error */
 xfs_btree_lookup(