summaryrefslogtreecommitdiffstats
path: root/fs/bfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bfs')
-rw-r--r--fs/bfs/dir.c2
-rw-r--r--fs/bfs/file.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/fs/bfs/dir.c b/fs/bfs/dir.c
index 8aa200451..6f5c240d2 100644
--- a/fs/bfs/dir.c
+++ b/fs/bfs/dir.c
@@ -283,10 +283,8 @@ struct inode_operations bfs_dir_inops = {
get_block: NULL,
readpage: NULL,
writepage: NULL,
- flushpage: NULL,
truncate: NULL,
permission: NULL,
- smap: NULL,
revalidate: NULL
};
diff --git a/fs/bfs/file.c b/fs/bfs/file.c
index 4bc1ed99a..856ed33cd 100644
--- a/fs/bfs/file.c
+++ b/fs/bfs/file.c
@@ -68,9 +68,7 @@ struct inode_operations bfs_file_inops = {
get_block: bfs_get_block,
readpage: block_read_full_page,
writepage: block_write_full_page,
- flushpage: block_flushpage,
truncate: NULL,
permission: NULL,
- smap: NULL,
revalidate: NULL
};