]> Pileus Git - ~andy/linux/commit
GFS2: Optimise writepage for metadata
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 20 Apr 2009 07:16:26 +0000 (08:16 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 11 May 2009 11:36:43 +0000 (12:36 +0100)
commit4a0f9a321a113392b448e477018311d14fba2b34
tree7092fa29a94ef5aaada6d56a8d761615280c5f71
parentc969f58ca43fc403c75f5d3da4cf1e21de7afaa0
GFS2: Optimise writepage for metadata

This adds a GFS2 specific writepage for metadata, rather than
continuing to use the VFS function. As a result we now tag all
our metadata I/O with the correct flag so that blktraces will
now be less confusing.

Also, the generic function was checking for a number of corner
cases which cannot happen on the metadata address spaces so that
this should be faster too.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/meta_io.c