diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-25 20:06:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-25 20:06:06 -0700 |
commit | ec71feae064cf0e06ad89f9a2fc573de405ad49e (patch) | |
tree | 14d24c72611dd23f9eba51beec3fac90b3a1db55 /net | |
parent | 456febd299999d268342edf3ad4130075f0fe680 (diff) | |
parent | 66b068604903849c5dee3842eb72564064c64c72 (diff) | |
download | op-kernel-dev-ec71feae064cf0e06ad89f9a2fc573de405ad49e.zip op-kernel-dev-ec71feae064cf0e06ad89f9a2fc573de405ad49e.tar.gz |
Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client fixes from Trond Myklebust:
"Highlights include:
- Stable fix for a data corruption case due to incorrect cache
validation
- Fix a couple of false positive cache invalidations
- Fix NFSv4 security negotiation issues"
* tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support
NFS Return -EPERM if no supported or matching SECINFO flavor
NFS check the return of nfs4_negotiate_security in nfs4_submount
NFS: Don't mark the data cache as invalid if it has been flushed
NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size
nfs: Fix cache_validity check in nfs_write_pageuptodate()
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c index 247e973..f773667 100644 --- a/net/sunrpc/auth.c +++ b/net/sunrpc/auth.c @@ -592,6 +592,7 @@ rpcauth_lookupcred(struct rpc_auth *auth, int flags) put_group_info(acred.group_info); return ret; } +EXPORT_SYMBOL_GPL(rpcauth_lookupcred); void rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, |