[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)
commit5561093e2cac9f7d2a77e39cc689b8d2b7f9b2bc
treeaac1fa3e47604f2d7bb1e4d9e97f41b8ffebe91e
parentbf36a713169432643d4fc7eeb4e0ace96d791d26
[GFS2] Introduce gfs2_set_aops()

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