Skip to content

Commit

Permalink
nfs: Fix build break with CONFIG_NFS_V4=n
Browse files Browse the repository at this point in the history
Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Olof Johansson authored and Linus Torvalds committed Oct 20, 2007
1 parent a5f08c1 commit e9a4045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/nfs4_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit e9a4045

Please sign in to comment.