diff options
Diffstat (limited to 'fs/nilfs2/btnode.c')
-rw-r--r-- | fs/nilfs2/btnode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nilfs2/btnode.c b/fs/nilfs2/btnode.c index 5115814cb745..388e9e8f5286 100644 --- a/fs/nilfs2/btnode.c +++ b/fs/nilfs2/btnode.c | |||
@@ -104,8 +104,7 @@ int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, | |||
104 | if (pblocknr == 0) { | 104 | if (pblocknr == 0) { |
105 | pblocknr = blocknr; | 105 | pblocknr = blocknr; |
106 | if (inode->i_ino != NILFS_DAT_INO) { | 106 | if (inode->i_ino != NILFS_DAT_INO) { |
107 | struct inode *dat = | 107 | struct inode *dat = NILFS_I_NILFS(inode)->ns_dat; |
108 | nilfs_dat_inode(NILFS_I_NILFS(inode)); | ||
109 | 108 | ||
110 | /* blocknr is a virtual block number */ | 109 | /* blocknr is a virtual block number */ |
111 | err = nilfs_dat_translate(dat, blocknr, &pblocknr); | 110 | err = nilfs_dat_translate(dat, blocknr, &pblocknr); |