]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite48c7597c863ad05e1952467961ba2a8dfb64840
tree18c154d1548ce19b37cbcbc17de1e57cdc065b3a
parent91b0e74421e8fb9aafd4b20d63436be427b90e0f
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 f82951d44b2.

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