Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05faf316 authored by Al Viro's avatar Al Viro
Browse files

ntfs: don't put NULL into ->i_op/->i_fop



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5d826c84
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1704,8 +1704,6 @@ static int ntfs_read_locked_index_inode(struct inode *base_vi, struct inode *vi)
	iput(bvi);
skip_large_index_stuff:
	/* Setup the operations for this index inode. */
	vi->i_op = NULL;
	vi->i_fop = NULL;
	vi->i_mapping->a_ops = &ntfs_mst_aops;
	vi->i_blocks = ni->allocated_size >> 9;
	/*