commit | afd0942d98f74296b74993739e41d2ca7cb9fd5a | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Fri Jul 20 13:07:26 2007 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Oct 10 08:54:46 2007 +0100 |
tree | bf2568363daa826db9a8c00eb9038f67b0ab0005 | |
parent | aa0481e58a9a97a97035725a712920b5fe32f348 [diff] |
[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>