]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1c9a92ee90439c10e588146d8994ee36b2add12a
treeb4c4aadfd5f30e1bdc2e802c581fb884f1faefca
parent2f88b8cbd2f400ec41104448e76a1ef0f2d9ef0a
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