NFS: Clean up the auth flavour array mess
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 7 Sep 2013 17:26:57 +0000 (13:26 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 7 Sep 2013 20:11:24 +0000 (16:11 -0400)
commit74c988116231129320925a665e7420e513faaabe
treefda2be377b73375820dbc598bc5fc21e141d9669
parent0e20162ed1e9a639fc61d62c71327169fb1a1970
NFS: Clean up the auth flavour array mess

What is the point of having a 'auth_flavor_len' field, if it is
always set to 1, and can't be used to determine if the user has
selected an auth flavour?
This cleanup goes back to using auth_flavor_len for its original
intended purpose, and gets rid of the ad-hoc replacements.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4super.c
fs/nfs/super.c