commit | 2e6a00356a066d34cd00872b067589549169ad48 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Thu Mar 17 15:17:59 2011 +0800 |
committer | Li Zefan <lizf@cn.fujitsu.com> | Wed Apr 13 14:25:28 2011 +0800 |
tree | 3fb780843d0f88b4e2939e33796eee5b96ae1716 | |
parent | 109b36a2bb3eebf5c9994980e724958a5b2b62b6 [diff] |
Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr() 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>