]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix up two use-after-free issues with the new tracing code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 30 Aug 2013 13:17:33 +0000 (09:17 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 30 Aug 2013 13:19:34 +0000 (09:19 -0400)
commit50885fd489dbe93138d6136bd63e8de1d6f1c572
treeaa90d75eb0610c8fdc07d5b5a936acce3a0c4316
parent69c1c51f0b727839101196e873e868241226ec98
NFS: Fix up two use-after-free issues with the new tracing code

We don't want to pass the context argument to trace_nfs_atomic_open_exit()
after it has been released.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c