commit | 39d0d3bdf7bab3021a31e501172ac0f18947f9b3 | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@netapp.com> | Mon Oct 05 16:43:26 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Oct 06 18:56:25 2015 -0400 |
tree | 34bfd328291cecfa188a80e3674de0873aa5ceb1 | |
parent | 8dbb09570d16929fefd492410d60a918bc18ad5b [diff] |
NFS: Fix a tracepoint NULL-pointer dereference Running xfstest generic/013 with the tracepoint nfs:nfs4_open_file enabled produces a NULL-pointer dereference when calculating fileid and filehandle of the opened file. Fix this by checking if state is NULL before trying to use the inode pointer. Reported-by: Olga Kornievskaia <aglo@umich.edu> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>