diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 06:11:00 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:45:23 -0400 |
commit | 49d3da149c2331c7960fbc6da6bf2cf3a6b06724 (patch) | |
tree | 3eda3545113e219eaf1f5047fcdf26f60368f886 /fs/xfs | |
parent | b46fe8259ba9a228c27fc4e1eb995377163a6390 (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.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( | |||
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 | */ |
1689 | int /* error */ | 1689 | int /* error */ |
1690 | xfs_btree_lookup( | 1690 | xfs_btree_lookup( |