On Mon, Nov 14, 2016 at 5:25 PM, Amir Goldstein <amir7...@gmail.com> wrote: > On Sun, Nov 13, 2016 at 12:00 PM, Amir Goldstein <amir7...@gmail.com> wrote:
>> Looks goods, except for the case of change from relative to absolute >> redirect of the victim dentry. IIUC, ovl_set_redirect() will return >> immediately >> because ovl_dentry_is_redirect() and will not get to setting the absolute >> redirect. >> > > I added some more tests to catch this problem at: > https://github.com/amir73il/unionmount-testsuite.git #ovl_rename_dir Thanks for testing. Force pushed updated version to the usual place: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git #redirect This also has the xattr feature thing replaced with mount option, module param and kernel config option. Thanks, Miklos