loop: Update mtime when writing using aops

Update mtime when writing to backing filesystem using the address space
operations write_begin and write_end.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

authored by Nikanth Karthikesan and committed by Jens Axboe 02246c41 a74b2ada

+2
+2
drivers/block/loop.c
··· 238 if (ret) 239 goto fail; 240 241 transfer_result = lo_do_transfer(lo, WRITE, page, offset, 242 bvec->bv_page, bv_offs, size, IV); 243 copied = size;
··· 238 if (ret) 239 goto fail; 240 241 + file_update_time(file); 242 + 243 transfer_result = lo_do_transfer(lo, WRITE, page, offset, 244 bvec->bv_page, bv_offs, size, IV); 245 copied = size;