aboutsummaryrefslogtreecommitdiffstats
path: root/fs/befs/linuxvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/befs/linuxvfs.c')
-rw-r--r--fs/befs/linuxvfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index b1d0c794747b..54b8c28bebc8 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -75,7 +75,6 @@ static const struct inode_operations befs_dir_inode_operations = {
75 75
76static const struct address_space_operations befs_aops = { 76static const struct address_space_operations befs_aops = {
77 .readpage = befs_readpage, 77 .readpage = befs_readpage,
78 .sync_page = block_sync_page,
79 .bmap = befs_bmap, 78 .bmap = befs_bmap,
80}; 79};
81 80
@@ -735,7 +734,7 @@ parse_options(char *options, befs_mount_options * opts)
735 734
736/* This function has the responsibiltiy of getting the 735/* This function has the responsibiltiy of getting the
737 * filesystem ready for unmounting. 736 * filesystem ready for unmounting.
738 * Basicly, we free everything that we allocated in 737 * Basically, we free everything that we allocated in
739 * befs_read_inode 738 * befs_read_inode
740 */ 739 */
741static void 740static void