From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <20181027200450.GA5909@thunk.org> <20181029220404.GB15839@thunk.org> Date: Wed, 14 Nov 2018 10:55:50 +0100 Message-ID: Subject: Re: overlayfs 4.19: unable to make backup link: Invalid cross-device link From: Miklos Szeredi Content-Type: text/plain; charset="UTF-8" To: Amir Goldstein Cc: Vivek Goyal , overlayfs , linux-fsdevel , =?UTF-8?Q?Maciej_Zi=C4=99ba?= , Theodore Tso List-ID: On Wed, Nov 14, 2018 at 10:46 AM, Amir Goldstein wrote: > On Tue, Oct 30, 2018 at 6:44 AM Amir Goldstein wrote: >> > ... >> >> So let's try to bisect the offending feature first. >> If we can't find an offending feature, then there may be an offending >> commit in 4.18..4.19 >> >> With kernel 4.19, please try to reproduce after: >> echo N > /sys/module/overlay/parameters/metacopy >> and then after: > > Miklos, Vivek, > > FYI, Maciej has reported that he reproduced the same issue and that > disabling metacopy fixes the problem. > > He offered to provide more information if requested. Maciej, Can you please try reproduce with overlay debugging turned on: # echo "file fs/overlayfs/* +p" > /dynamic_debug/control and post the relevant part of dmesg output? Thanks, Miklos > > Thanks, > Amir.