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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index 126fb6ce9899..9978db4aeb87 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -304,8 +304,7 @@ static struct inode *befs_iget(struct super_block *sb, unsigned long ino)
304{ 304{
305 struct buffer_head *bh = NULL; 305 struct buffer_head *bh = NULL;
306 befs_inode *raw_inode = NULL; 306 befs_inode *raw_inode = NULL;
307 307 struct befs_sb_info *befs_sb = BEFS_SB(sb);
308 befs_sb_info *befs_sb = BEFS_SB(sb);
309 befs_inode_info *befs_ino = NULL; 308 befs_inode_info *befs_ino = NULL;
310 struct inode *inode; 309 struct inode *inode;
311 long ret = -EIO; 310 long ret = -EIO;
@@ -769,7 +768,7 @@ static int
769befs_fill_super(struct super_block *sb, void *data, int silent) 768befs_fill_super(struct super_block *sb, void *data, int silent)
770{ 769{
771 struct buffer_head *bh; 770 struct buffer_head *bh;
772 befs_sb_info *befs_sb; 771 struct befs_sb_info *befs_sb;
773 befs_super_block *disk_sb; 772 befs_super_block *disk_sb;
774 struct inode *root; 773 struct inode *root;
775 long ret = -EINVAL; 774 long ret = -EINVAL;