]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/fs-writeback.c
GFS2: journal data writepages update
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 6 Feb 2014 15:47:47 +0000 (15:47 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 6 Feb 2014 15:47:47 +0000 (15:47 +0000)
commit774016b2d455017935b3e318b6cc4e055e9dd47f
tree5f2881c744990f7581f8aea9985079d532475812
parentb2c8b3ea871e478ac144f617d015d3aa55fc3aa8
GFS2: journal data writepages update

GFS2 has carried what is more or less a copy of the
write_cache_pages() for some time. It seems that this
copy has slipped behind the core code over time. This
patch brings it back uptodate, and in addition adds the
tracepoint which would otherwise be missing.

We could go further, and eliminate some or all of the
code duplication here. The issue is that if we do that,
then the function we need to split out from the existing
write_cache_pages(), which will look a lot like
gfs2_jdata_write_pagevec(), would land up putting quite a
lot of extra variables on the stack. I know that has been
a problem in the past in the writeback code path, which
is why I've hesitated to do it here.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/fs-writeback.c
fs/gfs2/aops.c
include/trace/events/writeback.h