diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 10:11:00 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 14:45:23 -0500 |
commit | 49d3da149c2331c7960fbc6da6bf2cf3a6b06724 (patch) | |
tree | 3eda3545113e219eaf1f5047fcdf26f60368f886 /fs/xfs | |
parent | b46fe8259ba9a228c27fc4e1eb995377163a6390 (diff) | |
download | linux-49d3da149c2331c7960fbc6da6bf2cf3a6b06724.tar.bz2 |
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.c | 2 |
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( |