diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-27 06:40:31 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-27 06:40:31 +0400 |
commit | 258e43fdb00c73d424b114ae3850accd55b27cbb (patch) | |
tree | 62f252cc4cde2a816ad2d609d80616322b26da15 /fs/cifs/Kconfig | |
parent | 804a007f5401f87fc6e7da1e8884dc32912e35d0 (diff) | |
parent | daf6c4501e048eed56b256401d030d6b28e92ff1 (diff) | |
download | linux-258e43fdb00c73d424b114ae3850accd55b27cbb.tar.xz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKEN
cifs: free blkcipher in smbhash
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r-- | fs/cifs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 53ed1ad2c112..f66cc1625150 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig @@ -156,6 +156,6 @@ config CIFS_ACL config CIFS_NFSD_EXPORT bool "Allow nfsd to export CIFS file system (EXPERIMENTAL)" - depends on CIFS && EXPERIMENTAL + depends on CIFS && EXPERIMENTAL && BROKEN help Allows NFS server to export a CIFS mounted share (nfsd over cifs) |