diff options
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2017-01-09 15:14:33 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2017-01-30 13:14:50 -0500 |
commit | efc6f4aa742d7e8a67e44d11ab18b1c865880b4c (patch) | |
tree | e8980b0ccc9e14faf7c9e6e1f0d7c54f3d00f22d /fs/nfs/nfs42proc.c | |
parent | 6f6e3c09c0dde7fbaf36f02ffa97bbb13fecd637 (diff) | |
download | linux-efc6f4aa742d7e8a67e44d11ab18b1c865880b4c.tar.gz linux-efc6f4aa742d7e8a67e44d11ab18b1c865880b4c.tar.bz2 linux-efc6f4aa742d7e8a67e44d11ab18b1c865880b4c.zip |
NFS: Move nfs4_get_session() into nfs4_session.h
This puts session related functions together in the same space. I only
keep one version of this function, since this variable will always be
NULL when using NFS v4.0.
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/nfs42proc.c')
-rw-r--r-- | fs/nfs/nfs42proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs42proc.c b/fs/nfs/nfs42proc.c index d12ff9385f49..b752d85ad8c6 100644 --- a/fs/nfs/nfs42proc.c +++ b/fs/nfs/nfs42proc.c @@ -12,6 +12,7 @@ #include "nfs42.h" #include "iostat.h" #include "pnfs.h" +#include "nfs4session.h" #include "internal.h" #define NFSDBG_FACILITY NFSDBG_PROC |