fs/9p: Don't set dentry->d_op in create routines
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 11 Jan 2011 08:14:47 +0000 (08:14 +0000)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 11 Jan 2011 15:58:08 +0000 (09:58 -0600)
commitb8b80cf37c7f0e32729262f805bc0fa81c3e9d12
tree234c3ddfa7524ba154bc4e40c780e94262d4da8c
parentc25a61f542ccb81e74d3f822992f3d74392f386d
fs/9p: Don't set dentry->d_op in create routines

We do set dentry->d_op in lookup even in case of EOENT entries.
That implies we should have dentry->d_op already set when
create/mkdir/mknod/link/symlink routines are called

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_inode.c
fs/9p/vfs_inode_dotl.c