commit | 65a151094edeb04e8f5f6f1502028e2383e81bb8 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Mar 16 16:27:49 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Thu Mar 16 16:29:30 2017 +0000 |
tree | e1c79de194d66e4f6c065c54d6e198c0c68ef98c | |
parent | 954cd6dc02a65065aecb7150962c0870c5b0e322 [diff] |
afs: ->writepage() shouldn't call clear_page_dirty_for_io() The ->writepage() op shouldn't call clear_page_dirty_for_io() as that has already been called by the caller. Fix afs_writepage() by moving the call out of afs_write_back_from_locked_page() to afs_writepages_region() where it is needed. Signed-off-by: David Howells <dhowells@redhat.com>