]> git.karo-electronics.de Git - karo-tx-linux.git/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 20:16:37 +0000 (16:16 -0400)
commit7f26d74498ca000ccfa28515b86998f0a0c2298a
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>
Cc: stable@vger.kernel.org [>= 3.4]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c