summaryrefslogtreecommitdiffstats
path: root/fs/efs
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-04-28 01:09:25 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-04-28 01:09:25 +0000
commitb9ba7aeb165cffecdffb60aec8c3fa8d590d9ca9 (patch)
tree42d07b0c7246ae2536a702e7c5de9e2732341116 /fs/efs
parent7406b0a326f2d70ade2671c37d1beef62249db97 (diff)
Merge with 2.3.99-pre6.
Diffstat (limited to 'fs/efs')
-rw-r--r--fs/efs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/efs/inode.c b/fs/efs/inode.c
index 93edbaac6..69a5efa78 100644
--- a/fs/efs/inode.c
+++ b/fs/efs/inode.c
@@ -21,6 +21,7 @@ static int _efs_bmap(struct address_space *mapping, long block)
}
struct address_space_operations efs_aops = {
readpage: efs_readpage,
+ sync_page: block_sync_page,
bmap: _efs_bmap
};