diff options
Diffstat (limited to 'include/linux/bfs_fs.h')
-rw-r--r-- | include/linux/bfs_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bfs_fs.h b/include/linux/bfs_fs.h index 7e7de106a..9525293cb 100644 --- a/include/linux/bfs_fs.h +++ b/include/linux/bfs_fs.h @@ -83,10 +83,12 @@ extern int init_bfs_fs(void); /* file.c */ extern struct inode_operations bfs_file_inops; +extern struct file_operations bfs_file_operations; extern struct address_space_operations bfs_aops; /* dir.c */ extern struct inode_operations bfs_dir_inops; +extern struct file_operations bfs_dir_operations; #endif /* __KERNEL__ */ #endif /* _LINUX_BFS_FS_H */ |