diff --git a/[refs] b/[refs] index ba2bde4aa2f6..add266baec99 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 261964c60ff6524076d439da9386d4782729c4d9 +refs/heads/master: 9742df331deb3fce95b321f38d4ea0c4e75edb63 diff --git a/trunk/fs/ntfs/inode.c b/trunk/fs/ntfs/inode.c index e9da092e2772..86bef156cf0a 100644 --- a/trunk/fs/ntfs/inode.c +++ b/trunk/fs/ntfs/inode.c @@ -1406,9 +1406,6 @@ static int ntfs_read_locked_attr_inode(struct inode *base_vi, struct inode *vi) ni->allocated_size = sle64_to_cpu( a->data.non_resident.allocated_size); } - /* Setup the operations for this attribute inode. */ - vi->i_op = NULL; - vi->i_fop = NULL; if (NInoMstProtected(ni)) vi->i_mapping->a_ops = &ntfs_mst_aops; else