]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit421e87f0428ea2e090ef7dbfc1fe3fad5980e80b
treeaaaa60dc437720372637a5a95f4fcd7648d7b9c5
parent53f7c7fa6bb7630e68ed05b2ecb74fe9af958fc5
[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