Home
last modified time | relevance | path

Searched hist:f12ec44070f6b4d1a3911fcf9917cf8f872a4daf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/fuse/
H A Ddir.cdiff f12ec44070f6b4d1a3911fcf9917cf8f872a4daf Sun Oct 30 17:02:25 CST 2005 Miklos Szeredi <miklos@szeredi.hu> [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>