Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201719
b: refs/heads/master
c: d0e6f44
h: refs/heads/master
i:
  201717: 4b606de
  201715: 2b674d0
  201711: 4c33f31
v: v3
  • Loading branch information
Steve French committed Aug 2, 2010
1 parent 692dc33 commit 1bd76c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5e04a3e4975d11d997528caf5d4880902fa90d8
refs/heads/master: d0e6f44e6cc3c7059e8717c452f0999aba507a38
6 changes: 3 additions & 3 deletions trunk/fs/cifs/fscache.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ static inline void cifs_fscache_release_inode_cookie(struct inode *inode) {}
static inline void cifs_fscache_set_inode_cookie(struct inode *inode,
struct file *filp) {}
static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {}
static inline void cifs_fscache_release_page(struct page *page, gfp_t gfp)
static inline int cifs_fscache_release_page(struct page *page, gfp_t gfp)
{
return 1; /* May release page */
}

static inline int cifs_fscache_invalidate_page(struct page *page,
struct inode *) {}
static inline void cifs_fscache_invalidate_page(struct page *page,
struct inode *inode) {}
static inline int
cifs_readpage_from_fscache(struct inode *inode, struct page *page)
{
Expand Down

0 comments on commit 1bd76c2

Please sign in to comment.