]> Pileus Git - ~andy/linux/commit
NFS: Clear key construction data if the idmap upcall fails
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 9 Aug 2012 18:05:49 +0000 (14:05 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
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 <bjschuma@netapp.com>
Tested-by: William Dauchy <wdauchy@gmail.com>
Cc: stable@vger.kernel.org [>= 3.4]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c