diff options
| author | Paul Mackerras <paulus@samba.org> | 2006-02-06 18:43:36 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-02-06 18:43:36 -0500 |
| commit | 6cb6524d90b6e5497e79a1474bdb2f26755d1c02 (patch) | |
| tree | fd475ac8f57a6bd39c976056324d1bc79d11b4c9 /fs/ext2/inode.c | |
| parent | 837e9594fc3cb9a06bddd7ecf66151334a2e13d2 (diff) | |
| parent | 410c05427a69f53851637ccb85c2212131409fbd (diff) | |
Merge ../linux-2.6
Diffstat (limited to 'fs/ext2/inode.c')
| -rw-r--r-- | fs/ext2/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index e7d3f0522d01..a717837f272e 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c | |||
| @@ -706,6 +706,7 @@ struct address_space_operations ext2_aops = { | |||
| 706 | .bmap = ext2_bmap, | 706 | .bmap = ext2_bmap, |
| 707 | .direct_IO = ext2_direct_IO, | 707 | .direct_IO = ext2_direct_IO, |
| 708 | .writepages = ext2_writepages, | 708 | .writepages = ext2_writepages, |
| 709 | .migratepage = buffer_migrate_page, | ||
| 709 | }; | 710 | }; |
| 710 | 711 | ||
| 711 | struct address_space_operations ext2_aops_xip = { | 712 | struct address_space_operations ext2_aops_xip = { |
| @@ -723,6 +724,7 @@ struct address_space_operations ext2_nobh_aops = { | |||
| 723 | .bmap = ext2_bmap, | 724 | .bmap = ext2_bmap, |
| 724 | .direct_IO = ext2_direct_IO, | 725 | .direct_IO = ext2_direct_IO, |
| 725 | .writepages = ext2_writepages, | 726 | .writepages = ext2_writepages, |
| 727 | .migratepage = buffer_migrate_page, | ||
| 726 | }; | 728 | }; |
| 727 | 729 | ||
| 728 | /* | 730 | /* |
