[GFS2] GFS2 not checking pointer on create when running under nfsd
authorSteve French <smfrench@gmail.com>
Fri, 20 Jul 2007 18:07:26 +0000 (13:07 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 10 Oct 2007 07:54:46 +0000 (08:54 +0100)
commitafd0942d98f74296b74993739e41d2ca7cb9fd5a
treebf2568363daa826db9a8c00eb9038f67b0ab0005
parentaa0481e58a9a97a97035725a712920b5fe32f348
[GFS2] GFS2 not checking pointer on create when running under nfsd

When looking at an unrelated problem, I noticed that nfsd does not
set nameidata pointer on create (ie nd is NULL).  This should
cause an oops in some cases in which when NFSd is mounted over GFS2.

Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_inode.c