commit | 5ecc7e5d1d58731b3a6a69303d69aca7fb0fe1f5 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Sun Aug 17 15:14:48 2008 +0100 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:06 2008 -0400 |
tree | 89c52b97b11925f99649b8025b6d206b6a80c090 | |
parent | 21af804c07141c035085f99798efaabbc7836a97 [diff] |
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>