NFS: get module in idmap PipeFS notifier callback
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Sat, 28 Apr 2012 15:32:21 +0000 (19:32 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 28 Apr 2012 17:22:19 +0000 (13:22 -0400)
commit71dfc5fa5160bb73752f0731539404569a77faca
treed35919ad0d645b91404ca0d1717e5ffa00e89ae5
parente245d4250d0326cfcf7c816a2081b6ab2ea810be
NFS: get module in idmap PipeFS notifier callback

This is bug fix.
Notifier callback is called from SUNRPC module. So before dereferencing NFS
module we have to make sure, that it's alive.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c