aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-07-16 00:24:54 -0400
committerSteve French <sfrench@us.ibm.com>2010-08-02 08:40:38 -0400
commitd0e6f44e6cc3c7059e8717c452f0999aba507a38 (patch)
treef6195ce1ccd658fc95b60fd22e3e2c3f57d9033e /fs/cifs
parentc5e04a3e4975d11d997528caf5d4880902fa90d8 (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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/fscache.h b/fs/cifs/fscache.h
index 7d4ff41894b..31b88ec2341 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) {}
107static inline void cifs_fscache_set_inode_cookie(struct inode *inode, 107static inline void cifs_fscache_set_inode_cookie(struct inode *inode,
108 struct file *filp) {} 108 struct file *filp) {}
109static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {} 109static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {}
110static inline void cifs_fscache_release_page(struct page *page, gfp_t gfp) 110static 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
115static inline int cifs_fscache_invalidate_page(struct page *page, 115static inline void cifs_fscache_invalidate_page(struct page *page,
116 struct inode *) {} 116 struct inode *inode) {}
117static inline int 117static inline int
118cifs_readpage_from_fscache(struct inode *inode, struct page *page) 118cifs_readpage_from_fscache(struct inode *inode, struct page *page)
119{ 119{