From 2429cac71a4e75f78deecf0e2b3cc799d76a6040 Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Tue, 30 Aug 2011 11:31:21 +0530 Subject: [PATCH] --- yaml --- r: 267249 b: refs/heads/master c: 464f5ecf00bb4513ba257520678f5168452f67ba h: refs/heads/master i: 267247: b381619efc842710688c48fe45dd719b8aa982fd v: v3 --- [refs] | 2 +- trunk/fs/9p/vfs_inode.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 85c2c5cb6dff..52130e817cf4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: abfa034e4b8ed0046fa589769e9840af645bc4ba +refs/heads/master: 464f5ecf00bb4513ba257520678f5168452f67ba diff --git a/trunk/fs/9p/vfs_inode.c b/trunk/fs/9p/vfs_inode.c index e3c03db3c788..b5a1076aaa6c 100644 --- a/trunk/fs/9p/vfs_inode.c +++ b/trunk/fs/9p/vfs_inode.c @@ -278,10 +278,8 @@ int v9fs_init_inode(struct v9fs_session_info *v9ses, case S_IFSOCK: if (v9fs_proto_dotl(v9ses)) { inode->i_op = &v9fs_file_inode_operations_dotl; - inode->i_fop = &v9fs_file_operations_dotl; } else if (v9fs_proto_dotu(v9ses)) { inode->i_op = &v9fs_file_inode_operations; - inode->i_fop = &v9fs_file_operations; } else { P9_DPRINTK(P9_DEBUG_ERROR, "special files without extended mode\n");