xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Feb 2019 17:38:48 +0000 (09:38 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 21 Feb 2019 15:55:07 +0000 (07:55 -0800)
commitc4feb0b194f37b33514ee30a9e86a68194a1361e
tree4fbf4db5663fb332c7950b00000c2c8edc8a81ef
parent26b91c728b2d15952432371dc2b6ba1dda1fb61f
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay

No user of it in the iomap code at the moment, but we should not
actively report wrong information if we can trivially get it right.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_iomap.c