From ba3d4e237f54a78e72c3d5f8f0639984640db40c Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 17 Sep 2009 17:03:06 +1000 Subject: [PATCH] --- yaml --- r: 164650 b: refs/heads/master c: c0826574ddc0df486ecfc2d655e08904c6513209 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/nfsd/nfsd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e4774f45378a..3f220cce439c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b09333c4644d173d95b8f3fd4f1dc4375d91be2a +refs/heads/master: c0826574ddc0df486ecfc2d655e08904c6513209 diff --git a/trunk/include/linux/nfsd/nfsd.h b/trunk/include/linux/nfsd/nfsd.h index 24fdf89cea83..03bbe9039104 100644 --- a/trunk/include/linux/nfsd/nfsd.h +++ b/trunk/include/linux/nfsd/nfsd.h @@ -174,7 +174,7 @@ int nfs4_reset_recoverydir(char *recdir); #else static inline int nfs4_state_init(void) { return 0; } static inline void nfsd4_free_slabs(void) { } -static inline int nfs4_state_start(void) { } +static inline int nfs4_state_start(void) { return 0; } static inline void nfs4_state_shutdown(void) { } static inline time_t nfs4_lease_time(void) { return 0; } static inline void nfs4_reset_lease(time_t leasetime) { }