[GFS2] Introduce gfs2_set_aops()
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 17 Oct 2007 07:47:38 +0000 (08:47 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:07:23 +0000 (08:07 +0000)
Just like ext3 we now have three sets of address space operations
to cover the cases of writeback, ordered and journalled data
writes. This means that the individual operations can now become
less complicated as we are able to remove some of the tests for
file data mode from the code.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/inode.c
fs/gfs2/inode.h
fs/gfs2/ops_address.c
fs/gfs2/ops_address.h
fs/gfs2/ops_file.c

diff --cc fs/gfs2/inode.c
Simple merge
diff --cc fs/gfs2/inode.h
Simple merge
Simple merge
Simple merge
Simple merge