[PATCH] fuse: clean up dead code related to nfs exporting
authorMiklos Szeredi <miklos@szeredi.hu>
Sun, 30 Oct 2005 23:02:25 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:21 +0000 (17:37 -0800)
commitf12ec44070f6b4d1a3911fcf9917cf8f872a4daf
treeaaaa60dc437720372637a5a95f4fcd7648d7b9c5
parent15d2bace5ec907530a3d0e0cf4bb1bd29f3ad7b7
[PATCH] fuse: clean up dead code related to nfs exporting

Remove last remains of NFS exportability support.

The code is actually buggy (as reported by Akshat Aranya), since 'alias'
will be leaked if it's non-null and alias->d_flags has DCACHE_DISCONNECTED.

This is not an active bug, since there will never be any disconnected
dentries.  But it's better to get rid of the unnecessary complexity anyway.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dir.c