]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFS: Set key construction data for the legacy upcall
authorBryan Schumaker <bjschuma@netapp.com>
Tue, 2 Oct 2012 20:01:38 +0000 (16:01 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 2 Oct 2012 20:04:09 +0000 (13:04 -0700)
commitddfc4e171292d63d7e3f8c95ff9c3ef9932870ce
tree1464e97f079348fdff1f77eb8eb1dca9fc6cd88a
parentfd4835708ffd3387a76df2d1d3021717b0b63761
NFS: Set key construction data for the legacy upcall

This prevents a null pointer dereference when
nfs_idmap_complete_pipe_upcall_locked() calls complete_request_key().

Fixes a regression caused by commit 0cac12023 (NFSv4: Ensure that
idmap_pipe_downcall sanity-checks the downcall data).

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c