OSDN Git Service

nfsd4: use auth_unix unconditionally on backchannel
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 28 Mar 2012 18:18:16 +0000 (14:18 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 28 Mar 2012 23:14:36 +0000 (19:14 -0400)
commit4ca1f872cda31fe1cfe5e90e027f7bef4980364c
tree18c154d1548ce19b37cbcbc17de1e57cdc065b3a
parent21f72c9f0a6774d104fb655bda6099c378518945
nfsd4: use auth_unix unconditionally on backchannel

This isn't actually correct, but it works with the Linux client, and
agrees with the behavior we used to have before commit 80fc015bdfe.

Later patches will implement the spec-mandated behavior (which is to use
the security parameters explicitly given by the client in create_session
or backchannel_ctl).

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4callback.c