]> Git Repo - linux.git/commitdiff
nfs: Fix build break with CONFIG_NFS_V4=n
authorOlof Johansson <[email protected]>
Sat, 20 Oct 2007 01:41:49 +0000 (20:41 -0500)
committerLinus Torvalds <[email protected]>
Sat, 20 Oct 2007 02:27:46 +0000 (19:27 -0700)
Signed-off-by: Olof Johansson <[email protected]>
Cc: Trond Myklebust <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nfs/nfs4_fs.h

index a4e3b961b63bd87562944fa813923cfe026d2646..b35069a2aa9e575bd81fa09f59b67048718cca48 100644 (file)
@@ -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 */
This page took 0.051141 seconds and 4 git commands to generate.