commit | 274c887494cb248eb05f8180bda8298942d98625 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Aug 17 08:40:18 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Aug 17 08:40:18 2016 +1000 |
tree | 0554868d0be9433ccc3279d1adf42c2afae30d6d | |
parent | 97dd8c9ee60c98f09be86a2e7e61b18f8d8ed4e9 [diff] |
iomap: remove superflous pagefault_disable from iomap_write_actor iov_iter_copy_from_user_atomic disables page faults internally, no need to do it around the call. This also brings the iomap code in line with the original filemap version. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>