[PATCH 2/4] ubifs: Implement RENAME_WHITEOUT

2016-09-14 Thread Richard Weinberger
Adds RENAME_WHITEOUT support to UBIFS, we implement it in the same way as ext4 and xfs do. For an overview of other ways to implement it please refere to commit 7dcf5c3e4527 ("xfs: add RENAME_WHITEOUT support"). Signed-off-by: Richard Weinberger --- fs/ubifs/dir.c | 120 +

Re: [PATCH 2/4] ubifs: Implement RENAME_WHITEOUT

2016-09-13 Thread Richard Weinberger
kbuild test robot, On 13.09.2016 16:47, kbuild test robot wrote: > Hi Richard, > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.8-rc6] > [cannot apply to next-20160913] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system

Re: [PATCH 2/4] ubifs: Implement RENAME_WHITEOUT

2016-09-13 Thread kbuild test robot
Hi Richard, [auto build test ERROR on linus/master] [also build test ERROR on v4.8-rc6] [cannot apply to next-20160913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for conveni

[PATCH 2/4] ubifs: Implement RENAME_WHITEOUT

2016-09-13 Thread Richard Weinberger
Adds RENAME_WHITEOUT support to UBIFS, we implement it in the same way as ext4 and xfs do. For an overview of other ways to implement it please refere to commit 7dcf5c3e4527 ("xfs: add RENAME_WHITEOUT support"). Signed-off-by: Richard Weinberger --- fs/ubifs/dir.c | 120 +