GFS2: Update the rw flags
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 7 Apr 2009 13:13:01 +0000 (14:13 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 11 May 2009 11:36:41 +0000 (12:36 +0100)
commitc969f58ca43fc403c75f5d3da4cf1e21de7afaa0
treed38b579882f89c222937530c527224e2a77548b0
parenta4d7749be5de4a7261bcbe3c7d96c748792ec455
GFS2: Update the rw flags

After Jens recent updates:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a1f242524c3c1f5d40f1c9c343427e34d1aadd6e
et al. this is a patch to bring gfs2 uptodate with the core
code. Also I've managed to squash another call to ll_rw_block()
along the way.

There is still one part of the GFS2 I/O paths which are not correctly
annotated and that is due to the sharing of the writeback code between
the data and metadata address spaces. I would like to change that too,
but this patch is still worth doing on its own, I think.

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