Skip to content
Snippets Groups Projects
Commit e9a40458 authored by Olof Johansson's avatar Olof Johansson Committed by Linus Torvalds
Browse files

nfs: Fix build break with CONFIG_NFS_V4=n


Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a5f08c1c
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ extern struct svc_version nfs4_callback_version1;
#else
#define nfs4_close_state(a, b, c) do { } while (0)
#define nfs4_close_sync(a, b, c) do { } while (0)
#endif /* CONFIG_NFS_V4 */
#endif /* __LINUX_FS_NFS_NFS4_FS.H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment