commit | dbc582b6fb6ad6461085adfaae0106ae78721107 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 30 08:45:33 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed May 01 07:47:37 2019 -0700 |
tree | 43428c2c952f715e233bb0f63a295f3e680d7708 | |
parent | 73ce6abae5f95db071fa6626c88af64bd0d27c0f [diff] |
iomap: Clean up __generic_write_end calling Move the call to __generic_write_end into iomap_write_end instead of duplicating it in each of the three branches. This requires open coding the generic_write_end for the buffer_head case. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>