Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133248
b: refs/heads/master
c: 229615d
h: refs/heads/master
v: v3
  • Loading branch information
Hisashi Hifumi authored and Steven Whitehouse committed Mar 24, 2009
1 parent cdcff01 commit 7438cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02ab1721591f7ac1f632fc74b301513bd6f5849f
refs/heads/master: 229615def3f573fc448d20f62c6ec1bc9340cefb
3 changes: 3 additions & 0 deletions trunk/fs/gfs2/ops_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ static const struct address_space_operations gfs2_writeback_aops = {
.releasepage = gfs2_releasepage,
.direct_IO = gfs2_direct_IO,
.migratepage = buffer_migrate_page,
.is_partially_uptodate = block_is_partially_uptodate,
};

static const struct address_space_operations gfs2_ordered_aops = {
Expand All @@ -1111,6 +1112,7 @@ static const struct address_space_operations gfs2_ordered_aops = {
.releasepage = gfs2_releasepage,
.direct_IO = gfs2_direct_IO,
.migratepage = buffer_migrate_page,
.is_partially_uptodate = block_is_partially_uptodate,
};

static const struct address_space_operations gfs2_jdata_aops = {
Expand All @@ -1125,6 +1127,7 @@ static const struct address_space_operations gfs2_jdata_aops = {
.bmap = gfs2_bmap,
.invalidatepage = gfs2_invalidatepage,
.releasepage = gfs2_releasepage,
.is_partially_uptodate = block_is_partially_uptodate,
};

void gfs2_set_aops(struct inode *inode)
Expand Down

0 comments on commit 7438cf9

Please sign in to comment.