commit | 89d77c8fa8e6d1cb7e2cce95b428be30ddcc6f23 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Mon Jul 30 16:05:25 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jul 30 19:06:52 2012 -0400 |
tree | 37a076ec2675209fd78bc6ac0474dbecee8d11e7 | |
parent | 1c606fb74c758beafd98cbad9a9133eadeec2371 [diff] |
NFS: Convert v4 into a module This patch exports symbols needed by the v4 module. In addition, I also switch over to using IS_ENABLED() to check if CONFIG_NFS_V4 or CONFIG_NFS_V4_MODULE are set. The module (nfs4.ko) will be created in the same directory as nfs.ko and will be automatically loaded the first time you try to mount over NFS v4. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>