Loading fs/nilfs2/dat.c +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) * the device at this point. * * To prevent nilfs_dat_translate() from returning the * uncommited block number, this makes a copy of the entry * uncommitted block number, this makes a copy of the entry * buffer and redirects nilfs_dat_translate() to the copy. */ if (!buffer_nilfs_redirected(entry_bh)) { Loading fs/nilfs2/ioctl.c +2 −2 Original line number Diff line number Diff line Loading @@ -349,8 +349,8 @@ static int nilfs_ioctl_move_blocks(struct super_block *sb, ino = vdesc->vd_ino; cno = vdesc->vd_cno; inode = nilfs_iget_for_gc(sb, ino, cno); if (unlikely(inode == NULL)) { ret = -ENOMEM; if (IS_ERR(inode)) { ret = PTR_ERR(inode); goto failed; } do { Loading Loading
fs/nilfs2/dat.c +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) * the device at this point. * * To prevent nilfs_dat_translate() from returning the * uncommited block number, this makes a copy of the entry * uncommitted block number, this makes a copy of the entry * buffer and redirects nilfs_dat_translate() to the copy. */ if (!buffer_nilfs_redirected(entry_bh)) { Loading
fs/nilfs2/ioctl.c +2 −2 Original line number Diff line number Diff line Loading @@ -349,8 +349,8 @@ static int nilfs_ioctl_move_blocks(struct super_block *sb, ino = vdesc->vd_ino; cno = vdesc->vd_cno; inode = nilfs_iget_for_gc(sb, ino, cno); if (unlikely(inode == NULL)) { ret = -ENOMEM; if (IS_ERR(inode)) { ret = PTR_ERR(inode); goto failed; } do { Loading