summary refs log tree commit diff
path: root/fs/xfs
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-08-07 10:11:00 +0000
committerBen Myers <bpm@sgi.com>2013-08-20 14:45:23 -0500
commit49d3da149c2331c7960fbc6da6bf2cf3a6b06724 (patch)
tree3eda3545113e219eaf1f5047fcdf26f60368f886 /fs/xfs
parentb46fe8259ba9a228c27fc4e1eb995377163a6390 (diff)
downloadlinux-49d3da149c2331c7960fbc6da6bf2cf3a6b06724.tar.gz
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(
 
 /*
  * 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(