]> git.baikalelectronics.ru Git - kernel.git/commit
hfsplus: fix rename over directories
authorChristoph Hellwig <hch@tuxera.com>
Fri, 1 Oct 2010 07:12:08 +0000 (09:12 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 07:12:08 +0000 (09:12 +0200)
commit8250de5be8be57cb2647a51098d21ae322df84af
treeed927fe25b269fbe3f5afebd3136d6ac0770fee6
parent1423297edf0bd6b5d35e0b775130e15b8c3b8412
hfsplus: fix rename over directories

When renaming over a directory we need to use hfsplus_rmdir instead of
hfsplus_unlink to evict the victim.  This makes sure we properly error out
on non-empty directory as required by Posix (BZ #16571), and it also makes
sure we do the right thing in case i_nlink will every be set correctly for
directories on hfsplus.

Reported-by: Vlado Plaga <rechner@vlado-do.de>
Signed-off-by: Christoph Hellwig <hch@tuxera.com>
fs/hfsplus/dir.c