Kconfig (9b9960a0ca4773e21c4b153ed355583946346b25) | Kconfig (15d66ac20927e00ac0e65af6707eff60b92e61b8) |
---|---|
1config NFSD 2 tristate "NFS server support" 3 depends on INET 4 depends on FILE_LOCKING 5 select LOCKD 6 select SUNRPC 7 select EXPORTFS 8 select NFS_ACL_SUPPORT if NFSD_V2_ACL --- 76 unchanged lines hidden (view full) --- 85 86config NFSD_PNFS 87 bool 88 89config NFSD_BLOCKLAYOUT 90 bool "NFSv4.1 server support for pNFS block layouts" 91 depends on NFSD_V4 && BLOCK 92 select NFSD_PNFS | 1config NFSD 2 tristate "NFS server support" 3 depends on INET 4 depends on FILE_LOCKING 5 select LOCKD 6 select SUNRPC 7 select EXPORTFS 8 select NFS_ACL_SUPPORT if NFSD_V2_ACL --- 76 unchanged lines hidden (view full) --- 85 86config NFSD_PNFS 87 bool 88 89config NFSD_BLOCKLAYOUT 90 bool "NFSv4.1 server support for pNFS block layouts" 91 depends on NFSD_V4 && BLOCK 92 select NFSD_PNFS |
93 select EXPORTFS_BLOCK_OPS |
|
93 help 94 This option enables support for the exporting pNFS block layouts 95 in the kernel's NFS server. The pNFS block layout enables NFS 96 clients to directly perform I/O to block devices accesible to both 97 the server and the clients. See RFC 5663 for more details. 98 99 If unsure, say N. 100 101config NFSD_SCSILAYOUT 102 bool "NFSv4.1 server support for pNFS SCSI layouts" 103 depends on NFSD_V4 && BLOCK 104 select NFSD_PNFS | 94 help 95 This option enables support for the exporting pNFS block layouts 96 in the kernel's NFS server. The pNFS block layout enables NFS 97 clients to directly perform I/O to block devices accesible to both 98 the server and the clients. See RFC 5663 for more details. 99 100 If unsure, say N. 101 102config NFSD_SCSILAYOUT 103 bool "NFSv4.1 server support for pNFS SCSI layouts" 104 depends on NFSD_V4 && BLOCK 105 select NFSD_PNFS |
106 select EXPORTFS_BLOCK_OPS |
|
105 help 106 This option enables support for the exporting pNFS SCSI layouts 107 in the kernel's NFS server. The pNFS SCSI layout enables NFS 108 clients to directly perform I/O to SCSI devices accesible to both 109 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 110 more details. 111 112 If unsure, say N. --- 40 unchanged lines hidden --- | 107 help 108 This option enables support for the exporting pNFS SCSI layouts 109 in the kernel's NFS server. The pNFS SCSI layout enables NFS 110 clients to directly perform I/O to SCSI devices accesible to both 111 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 112 more details. 113 114 If unsure, say N. --- 40 unchanged lines hidden --- |