diff options
Diffstat (limited to 'fs/befs/linuxvfs.c')
-rw-r--r-- | fs/befs/linuxvfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index de93581b79a2..b1d0c794747b 100644 --- a/fs/befs/linuxvfs.c +++ b/fs/befs/linuxvfs.c | |||
@@ -390,7 +390,7 @@ static struct inode *befs_iget(struct super_block *sb, unsigned long ino) | |||
390 | int num_blks; | 390 | int num_blks; |
391 | 391 | ||
392 | befs_ino->i_data.ds = | 392 | befs_ino->i_data.ds = |
393 | fsds_to_cpu(sb, raw_inode->data.datastream); | 393 | fsds_to_cpu(sb, &raw_inode->data.datastream); |
394 | 394 | ||
395 | num_blks = befs_count_blocks(sb, &befs_ino->i_data.ds); | 395 | num_blks = befs_count_blocks(sb, &befs_ino->i_data.ds); |
396 | inode->i_blocks = | 396 | inode->i_blocks = |