Fix ENOTEMPTY check in btrfs_rmdir
authorYan <yanzheng@21cn.com>
Thu, 25 Oct 2007 19:49:25 +0000 (15:49 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:03:57 +0000 (11:03 -0400)
commit134d45120164141c0847daf5222aaec77e04724a
tree096a7b7853281b28bd6059cf610f38a8ec65f07a
parent0d9f7f3e27a92b07212090a1772fdbb3a92fef81
Fix ENOTEMPTY check in btrfs_rmdir

The ENOTEMPTY check in btrfs_rmdir isn't reliable. It's possible that
the backward search finds . or .. at first, then some other directory
entry. In that case,  btrfs_rmdir delete . or .. improperly.  The
patch also fixes a fs_mutex unlock issue in  btrfs_rmdir.

--

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c