]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix rename of directory onto empty directory
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:22 +0000 (14:20 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:22 +0000 (14:20 -0700)
commitfb80ff49d20547f76547d22e534d932bf4461f53
treeedf67143a032c7b7867ee999f1deb01437a6bc99
parent7320909012c92b94b49fce7e3254e514e11bcfea
NFS: Fix rename of directory onto empty directory

 If someone tries to rename a directory onto an empty directory, we
 currently fail and return EBUSY.
 This patch ensures that we try the rename if both source and target
 are directories, and that we fail with a correct error of EISDIR if
 the source is not a directory.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c