Re: [PATCH 08/17] xfs/129: fix post-metadump remounting idiocy

2016-08-01 Thread Christoph Hellwig
On Thu, Jul 21, 2016 at 04:47:07PM -0700, Darrick J. Wong wrote: > Use the standard _scratch_mount to mount the filesystem from the restored > image, instead of trying to call mount directly. This is needed in case > we had custom mount options (like rtdev). > > Signed-off-by: Darrick J. Wong

[PATCH 08/17] xfs/129: fix post-metadump remounting idiocy

2016-07-21 Thread Darrick J. Wong
Use the standard _scratch_mount to mount the filesystem from the restored image, instead of trying to call mount directly. This is needed in case we had custom mount options (like rtdev). Signed-off-by: Darrick J. Wong --- tests/xfs/129 |6 +++--- 1 file changed, 3