2013-05-31 00:47:49

by J. Bruce Fields

[permalink] [raw]
Subject: nfsd fixes for 3.10

Please pull nfsd fixes for 3.10:

git://linux-nfs.org/~bfields/linux.git for-3.10

A couple minor fixes for the (new to 3.10) gss-proxy code.

And one regression from user-namespace changes. (XBMC clients were
doing something admittedly weird--sending -1 gid's--but something that
we used to allow.)

--b.

----------------------------------------------------------------
Dan Carpenter (1):
svcauth_gss: fix error code in use_gss_proxy()

J. Bruce Fields (2):
svcrpc: implement O_NONBLOCK behavior for use-gss-proxy
svcrpc: fix failures to handle -1 uid's and gid's

net/sunrpc/auth_gss/svcauth_gss.c | 8 +++++---
net/sunrpc/svcauth_unix.c | 12 +++++++-----
2 files changed, 12 insertions(+), 8 deletions(-)