]> asedeno.scripts.mit.edu Git - linux.git/commit
gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jul 2019 21:54:33 +0000 (23:54 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 3 Jul 2019 12:45:09 +0000 (14:45 +0200)
commiteadd753580469f281912e28114a80e5822622cbe
tree549d65b81a6288c23cb7a9f5b936fde0ca0efcd5
parente0ec0a6ba6574594f444383efbc09e621d1d8dee
gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops

The only difference between the two is that gfs2_ordered_aops sets the
set_page_dirty method to __set_page_dirty_buffers, but given that
__set_page_dirty_buffers is the default, if no method is set, there is no need
to to do that.  Merge the two sets of operations into one.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/aops.c