Re: [PATCH 12/17] reflink: test cross-mountpoint reflink and dedupe

2016-08-08 Thread Darrick J. Wong
On Mon, Aug 08, 2016 at 03:56:01PM +0800, Eryu Guan wrote: > On Thu, Jul 21, 2016 at 04:47:32PM -0700, Darrick J. Wong wrote: > > Test sharing blocks via reflink and dedupe between two different > > mountpoints of the same filesystem. This shouldn't work, since > > we don't allow cross-mountpoint

Re: [PATCH 12/17] reflink: test cross-mountpoint reflink and dedupe

2016-08-08 Thread Eryu Guan
On Thu, Jul 21, 2016 at 04:47:32PM -0700, Darrick J. Wong wrote: > Test sharing blocks via reflink and dedupe between two different > mountpoints of the same filesystem. This shouldn't work, since > we don't allow cross-mountpoint functions. > > Signed-off-by: Darrick J. Wong > --- > + > +# rea

Re: [PATCH 12/17] reflink: test cross-mountpoint reflink and dedupe

2016-07-31 Thread Christoph Hellwig
On Thu, Jul 21, 2016 at 04:47:32PM -0700, Darrick J. Wong wrote: > Test sharing blocks via reflink and dedupe between two different > mountpoints of the same filesystem. This shouldn't work, since > we don't allow cross-mountpoint functions. > > Signed-off-by: Darrick J. Wong Looks fine, Revie

[PATCH 12/17] reflink: test cross-mountpoint reflink and dedupe

2016-07-21 Thread Darrick J. Wong
Test sharing blocks via reflink and dedupe between two different mountpoints of the same filesystem. This shouldn't work, since we don't allow cross-mountpoint functions. Signed-off-by: Darrick J. Wong --- tests/generic/927 | 88 + tests/gen