commit | 5561093e2cac9f7d2a77e39cc689b8d2b7f9b2bc | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Oct 17 08:47:38 2007 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:07:23 2008 +0000 |
tree | aac1fa3e47604f2d7bb1e4d9e97f41b8ffebe91e | |
parent | bf36a713169432643d4fc7eeb4e0ace96d791d26 [diff] |
[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>