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)
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>

No differences found