ncpfs: fix rename over directory with dangling references
authorSage Weil <sage@newdream.net>
Fri, 27 May 2011 20:42:10 +0000 (13:42 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 May 2011 05:02:53 +0000 (01:02 -0400)
commit76cc071a06afb4d2dd17bb1b855a233a419e7e02
tree24210edc60b09e2efe562499b7b844826d051bab
parent7ce605d93b775e8a960b0be244f7be565e73b3c1
ncpfs: fix rename over directory with dangling references

ncpfs does not handle references to unlinked directories (or so it would
seem given the ncp_rmdir check).  Since it is also possible to rename over
an empty directory, perform the same check here.

CC: Petr Vandrovec <petr@vandrovec.name>
CC: linux-kernel@vger.kernel.org
Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ncpfs/dir.c