Commit c5e04a3e4975d11d997528caf5d4880902fa90d8

Authored by Steve French
1 parent fa1df75d4d

[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled

CC: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -114,6 +114,6 @@
114 114 extern const struct export_operations cifs_export_ops;
115 115 #endif /* EXPERIMENTAL */
116 116  
117   -#define CIFS_VERSION "1.64"
  117 +#define CIFS_VERSION "1.65"
118 118 #endif /* _CIFSFS_H */
... ... @@ -98,7 +98,7 @@
98 98 static inline void
99 99 cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) {}
100 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 102 static inline void cifs_fscache_get_super_cookie(struct cifsTconInfo *tcon) {}
103 103 static inline void
104 104 cifs_fscache_release_super_cookie(struct cifsTconInfo *tcon) {}