Skip to content

Commit

Permalink
[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled
Browse files Browse the repository at this point in the history
CC: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Aug 2, 2010
1 parent fa1df75 commit c5e04a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fs/cifs/cifsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* EXPERIMENTAL */

#define CIFS_VERSION "1.64"
#define CIFS_VERSION "1.65"
#endif /* _CIFSFS_H */
2 changes: 1 addition & 1 deletion fs/cifs/fscache.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static inline void cifs_fscache_unregister(void) {}
static inline void
cifs_fscache_get_client_cookie(struct TCP_Server_Info *server) {}
static inline void
cifs_fscache_get_client_cookie(struct TCP_Server_Info *server); {}
cifs_fscache_release_client_cookie(struct TCP_Server_Info *server) {}
static inline void cifs_fscache_get_super_cookie(struct cifsTconInfo *tcon) {}
static inline void
cifs_fscache_release_super_cookie(struct cifsTconInfo *tcon) {}
Expand Down

0 comments on commit c5e04a3

Please sign in to comment.