]> Git Repo - linux.git/commit
NFS: Clear key construction data if the idmap upcall fails
authorBryan Schumaker <[email protected]>
Thu, 9 Aug 2012 18:05:49 +0000 (14:05 -0400)
committerTrond Myklebust <[email protected]>
Thu, 16 Aug 2012 21:20:02 +0000 (17:20 -0400)
commitc5066945b7ea346a11424dbeb7830b7d7d00c206
treeb1417785e3681769def7bb571d9520a2b60f0f22
parentcff298c721099c9ac4cea7196a37097ba2847946
NFS: Clear key construction data if the idmap upcall fails

idmap_pipe_downcall already clears this field if the upcall succeeds,
but if it fails (rpc.idmapd isn't running) the field will still be set
on the next call triggering a BUG_ON().  This patch tries to handle all
possible ways that the upcall could fail and clear the idmap key data
for each one.

Signed-off-by: Bryan Schumaker <[email protected]>
Tested-by: William Dauchy <[email protected]>
Cc: [email protected] [>= 3.4]
Signed-off-by: Trond Myklebust <[email protected]>
fs/nfs/idmap.c
This page took 0.054488 seconds and 4 git commands to generate.