projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f08c1
)
nfs: Fix build break with CONFIG_NFS_V4=n
author
Olof Johansson
<olof@lixom.net>
Sat, 20 Oct 2007 01:41:49 +0000
(20:41 -0500)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sat, 20 Oct 2007 02:27:46 +0000
(19:27 -0700)
Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfs/nfs4_fs.h
patch
|
blob
|
history
diff --git
a/fs/nfs/nfs4_fs.h
b/fs/nfs/nfs4_fs.h
index
a4e3b96
..
b35069a
100644
(file)
--- a/
fs/nfs/nfs4_fs.h
+++ b/
fs/nfs/nfs4_fs.h
@@
-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 */