[PATCH 0/4] Btrfs: A few small bug fixes

2011-04-13 Thread Li Zefan
Hi Chris,

Those bugs are small, and the fixes are simple and straitforward.

You can pull from:

git://repo.or.cz/linux-btrfs-devel.git for-chris



Li Zefan (2):
  Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()
  Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()

Miao Xie (2):
  Btrfs: Fix incorrect inode nlink in btrfs_link()
  Btrfs: Check validity before setting an acl

---
 fs/btrfs/acl.c   |9 +
 fs/btrfs/inode.c |   34 +-
 fs/btrfs/xattr.c |   33 -
 3 files changed, 30 insertions(+), 46 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe linux-btrfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/4] Btrfs: A few small bug fixes

2011-04-13 Thread Chris Mason
Excerpts from Li Zefan's message of 2011-04-13 03:42:01 -0400:
 Hi Chris,
 
 Those bugs are small, and the fixes are simple and straitforward.
 
 You can pull from:
 
 git://repo.or.cz/linux-btrfs-devel.git for-chris

Thanks these are now in my master branch.

-chris
--
To unsubscribe from this list: send the line unsubscribe linux-btrfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html