Commit 49d3da14 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Ben Myers

xfs: fix the comment of xfs_btree_lookup()

Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent b46fe825
...@@ -1684,7 +1684,7 @@ xfs_lookup_get_search_key( ...@@ -1684,7 +1684,7 @@ xfs_lookup_get_search_key(
/* /*
* Lookup the record. The cursor is made to point to it, based on dir. * 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 */ int /* error */
xfs_btree_lookup( xfs_btree_lookup(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment