]> git.baikalelectronics.ru Git - kernel.git/commit
ubifs: Fix RENAME_WHITEOUT support
authorFelix Fietkau <nbd@nbd.name>
Mon, 6 Mar 2017 09:04:25 +0000 (10:04 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 30 Mar 2017 07:28:02 +0000 (09:28 +0200)
commit108989b54fbde294355ba04dc379003af267e9d8
tree096708d4b04cf9637409b127dcb78340e6341723
parentde5536bf574692be3e5217c988e7739106215b19
ubifs: Fix RENAME_WHITEOUT support

Remove faulty leftover check in do_rename(), apparently introduced in a
merge that combined whiteout support changes with commit 0475923abfb7
("fs: support RENAME_NOREPLACE for local filesystems")

Fixes: 0475923abfb7 ("fs: support RENAME_NOREPLACE for local
filesystems")
Fixes: 05c376e1cee5 ("ubifs: Implement RENAME_WHITEOUT")
Cc: stable@vger.kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/dir.c