commit | 26ddb1f4fd884258eeb8a8d7f2d40b163f00fedd | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | 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 | fe02031f84a64797de534ef0dbe957e6b9b3bc4b | |
parent | dbc582b6fb6ad6461085adfaae0106ae78721107 [diff] |
fs: Turn __generic_write_end into a void function The VFS-internal __generic_write_end helper always returns the value of its @copied argument. This can be confusing, and it isn't very useful anyway, so turn __generic_write_end into a function returning void instead. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-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>