nfsd: re-order client tracking method selection
authorScott Mayhew <smayhew@redhat.com>
Tue, 26 Mar 2019 22:06:29 +0000 (18:06 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 24 Apr 2019 13:46:34 +0000 (09:46 -0400)
commit869216075b63c7a4030ee193c079cb5a69a918cb
treeb4c4aadfd5f30e1bdc2e802c581fb884f1faefca
parent362063a595be959bc08f4163e6405a0266740091
nfsd: re-order client tracking method selection

The new order is first nfsdcld, then the UMH upcall, and finally the
legacy tracking method.  Added some printk's to the tracking
initialization functions so it's clear which tracking method was
ultimately selected.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4recover.c