diff options
author | Steve French <sfrench@us.ibm.com> | 2010-07-16 00:18:36 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-08-02 08:40:38 -0400 |
commit | c5e04a3e4975d11d997528caf5d4880902fa90d8 (patch) | |
tree | 469a2f5684758cdca01face50bb392d2a6ec8bc7 /fs/cifs/fscache.h | |
parent | fa1df75d4debde6d843e616df656f50a92958737 (diff) |
[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled
CC: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/fscache.h')
-rw-r--r-- | fs/cifs/fscache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/fscache.h b/fs/cifs/fscache.h index 79164c66797e..7d4ff41894bb 100644 --- a/fs/cifs/fscache.h +++ b/fs/cifs/fscache.h | |||
@@ -98,7 +98,7 @@ static inline void cifs_fscache_unregister(void) {} | |||
98 | static inline void | 98 | static inline void |
99 | cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) {} | 99 | cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) {} |
100 | static inline void | 100 | static inline void |
101 | cifs_fscache_get_client_cookie(struct TCP_Server_Info *server); {} | 101 | cifs_fscache_release_client_cookie(struct TCP_Server_Info *server) {} |
102 | static inline void cifs_fscache_get_super_cookie(struct cifsTconInfo *tcon) {} | 102 | static inline void cifs_fscache_get_super_cookie(struct cifsTconInfo *tcon) {} |
103 | static inline void | 103 | static inline void |
104 | cifs_fscache_release_super_cookie(struct cifsTconInfo *tcon) {} | 104 | cifs_fscache_release_super_cookie(struct cifsTconInfo *tcon) {} |