diff options
author | Steve French <sfrench@us.ibm.com> | 2010-07-16 00:24:54 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-08-02 08:40:38 -0400 |
commit | d0e6f44e6cc3c7059e8717c452f0999aba507a38 (patch) | |
tree | f6195ce1ccd658fc95b60fd22e3e2c3f57d9033e /fs/cifs | |
parent | c5e04a3e4975d11d997528caf5d4880902fa90d8 (diff) |
[CIFS] Missing line from previous commit
CC: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/fscache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/fscache.h b/fs/cifs/fscache.h index 7d4ff41894bb..31b88ec2341e 100644 --- a/fs/cifs/fscache.h +++ b/fs/cifs/fscache.h | |||
@@ -107,13 +107,13 @@ static inline void cifs_fscache_release_inode_cookie(struct inode *inode) {} | |||
107 | static inline void cifs_fscache_set_inode_cookie(struct inode *inode, | 107 | static inline void cifs_fscache_set_inode_cookie(struct inode *inode, |
108 | struct file *filp) {} | 108 | struct file *filp) {} |
109 | static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {} | 109 | static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {} |
110 | static inline void cifs_fscache_release_page(struct page *page, gfp_t gfp) | 110 | static inline int cifs_fscache_release_page(struct page *page, gfp_t gfp) |
111 | { | 111 | { |
112 | return 1; /* May release page */ | 112 | return 1; /* May release page */ |
113 | } | 113 | } |
114 | 114 | ||
115 | static inline int cifs_fscache_invalidate_page(struct page *page, | 115 | static inline void cifs_fscache_invalidate_page(struct page *page, |
116 | struct inode *) {} | 116 | struct inode *inode) {} |
117 | static inline int | 117 | static inline int |
118 | cifs_readpage_from_fscache(struct inode *inode, struct page *page) | 118 | cifs_readpage_from_fscache(struct inode *inode, struct page *page) |
119 | { | 119 | { |