Re: [xfsprogs PATCH 1/2] xfs_io: add MAP_SYNC support to mmap()

2017-11-17 Thread Ross Zwisler
On Fri, Nov 17, 2017 at 12:40:21PM -0800, Darrick J. Wong wrote: > On Fri, Nov 17, 2017 at 01:25:23PM -0700, Ross Zwisler wrote: > > Add support for a new -S flag to xfs_io's mmap command. This opens the > > mapping with the (MAP_SYNC | MAP_SHARED_VALIDATE) flags instead of the > > standard

Re: [xfsprogs PATCH 1/2] xfs_io: add MAP_SYNC support to mmap()

2017-11-17 Thread Ross Zwisler
On Fri, Nov 17, 2017 at 12:35:43PM -0800, Dan Williams wrote: > On Fri, Nov 17, 2017 at 12:25 PM, Ross Zwisler > wrote: > > Add support for a new -S flag to xfs_io's mmap command. This opens the > > mapping with the (MAP_SYNC | MAP_SHARED_VALIDATE) flags instead of

Re: [xfsprogs PATCH 1/2] xfs_io: add MAP_SYNC support to mmap()

2017-11-17 Thread Darrick J. Wong
On Fri, Nov 17, 2017 at 01:25:23PM -0700, Ross Zwisler wrote: > Add support for a new -S flag to xfs_io's mmap command. This opens the > mapping with the (MAP_SYNC | MAP_SHARED_VALIDATE) flags instead of the > standard MAP_SHARED flag. > > Signed-off-by: Ross Zwisler

Re: [xfsprogs PATCH 1/2] xfs_io: add MAP_SYNC support to mmap()

2017-11-17 Thread Dan Williams
On Fri, Nov 17, 2017 at 12:25 PM, Ross Zwisler wrote: > Add support for a new -S flag to xfs_io's mmap command. This opens the > mapping with the (MAP_SYNC | MAP_SHARED_VALIDATE) flags instead of the > standard MAP_SHARED flag. > > Signed-off-by: Ross Zwisler