diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-20 20:10:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-20 20:10:52 -0700 |
commit | eda0841094a3a232357ca10a24b40da461db3fcf (patch) | |
tree | 08f6ffd17275e6fab7bd8014d849d2fce46632d9 /include | |
parent | 6e158d21986fa15d21fd32cf241d167d4d741ae3 (diff) | |
parent | 105f4622104848ff1ee1f644d661bef9dec3eb27 (diff) | |
download | linux-3.10-eda0841094a3a232357ca10a24b40da461db3fcf.tar.gz linux-3.10-eda0841094a3a232357ca10a24b40da461db3fcf.tar.bz2 linux-3.10-eda0841094a3a232357ca10a24b40da461db3fcf.zip |
Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
* 'for-2.6.40' of git://linux-nfs.org/~bfields/linux:
nfsd4: fix break_lease flags on nfsd open
nfsd: link returns nfserr_delay when breaking lease
nfsd: v4 support requires CRYPTO
nfsd: fix dependency of nfsd on auth_rpcgss
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/gss_krb5_enctypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sunrpc/gss_krb5_enctypes.h b/include/linux/sunrpc/gss_krb5_enctypes.h new file mode 100644 index 00000000000..ec6234eee89 --- /dev/null +++ b/include/linux/sunrpc/gss_krb5_enctypes.h @@ -0,0 +1,4 @@ +/* + * Dumb way to share this static piece of information with nfsd + */ +#define KRB5_SUPPORTED_ENCTYPES "18,17,16,23,3,1,2" |