Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 05faf316 5d826c84

-2
-2
fs/ntfs/inode.c
··· 1704 1704 iput(bvi); 1705 1705 skip_large_index_stuff: 1706 1706 /* Setup the operations for this index inode. */ 1707 - vi->i_op = NULL; 1708 - vi->i_fop = NULL; 1709 1707 vi->i_mapping->a_ops = &ntfs_mst_aops; 1710 1708 vi->i_blocks = ni->allocated_size >> 9; 1711 1709 /*