diff options
-rw-r--r-- | fs/9p/vfs_inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index e3c03db3c788..b5a1076aaa6c 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
@@ -278,10 +278,8 @@ int v9fs_init_inode(struct v9fs_session_info *v9ses, | |||
278 | case S_IFSOCK: | 278 | case S_IFSOCK: |
279 | if (v9fs_proto_dotl(v9ses)) { | 279 | if (v9fs_proto_dotl(v9ses)) { |
280 | inode->i_op = &v9fs_file_inode_operations_dotl; | 280 | inode->i_op = &v9fs_file_inode_operations_dotl; |
281 | inode->i_fop = &v9fs_file_operations_dotl; | ||
282 | } else if (v9fs_proto_dotu(v9ses)) { | 281 | } else if (v9fs_proto_dotu(v9ses)) { |
283 | inode->i_op = &v9fs_file_inode_operations; | 282 | inode->i_op = &v9fs_file_inode_operations; |
284 | inode->i_fop = &v9fs_file_operations; | ||
285 | } else { | 283 | } else { |
286 | P9_DPRINTK(P9_DEBUG_ERROR, | 284 | P9_DPRINTK(P9_DEBUG_ERROR, |
287 | "special files without extended mode\n"); | 285 | "special files without extended mode\n"); |