git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109b36a
)
Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()
author
Li Zefan
<lizf@cn.fujitsu.com>
Thu, 17 Mar 2011 07:17:59 +0000
(15:17 +0800)
committer
Li Zefan
<lizf@cn.fujitsu.com>
Wed, 13 Apr 2011 06:25:28 +0000
(14:25 +0800)
btrfs_next_leaf() can return -errno, and we should propagate
it to userspace.
This also simplifies how we walk the btree path.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
No differences found