aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-08-07 06:11:00 -0400
committerBen Myers <bpm@sgi.com>2013-08-20 15:45:23 -0400
commit49d3da149c2331c7960fbc6da6bf2cf3a6b06724 (patch)
tree3eda3545113e219eaf1f5047fcdf26f60368f886 /fs/xfs
parentb46fe8259ba9a228c27fc4e1eb995377163a6390 (diff)
xfs: fix the comment of xfs_btree_lookup()
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c
index 0903960410a2..1ecc0410f545 100644
--- a/fs/xfs/xfs_btree.c
+++ b/fs/xfs/xfs_btree.c
@@ -1684,7 +1684,7 @@ xfs_lookup_get_search_key(
1684 1684
1685/* 1685/*
1686 * Lookup the record. The cursor is made to point to it, based on dir. 1686 * Lookup the record. The cursor is made to point to it, based on dir.
1687 * Return 0 if can't find any such record, 1 for success. 1687 * stat is set to 0 if can't find any such record, 1 for success.
1688 */ 1688 */
1689int /* error */ 1689int /* error */
1690xfs_btree_lookup( 1690xfs_btree_lookup(