Btrfs: Remove special cases for "." and ".."
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 17 Aug 2008 14:14:48 +0000 (15:14 +0100)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:06 +0000 (11:04 -0400)
commit5ecc7e5d1d58731b3a6a69303d69aca7fb0fe1f5
tree89c52b97b11925f99649b8025b6d206b6a80c090
parent21af804c07141c035085f99798efaabbc7836a97
Btrfs: Remove special cases for "." and ".."

Date: Sun, 17 Aug 2008 15:14:48 +0100
We never get asked by the VFS to lookup either of them, and we can
handle the readdir() case a lot more simply, too.

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