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)
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>

No differences found