Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143506
b: refs/heads/master
c: 6566abd
h: refs/heads/master
v: v3
  • Loading branch information
Matt Kraai authored and Linus Torvalds committed Apr 17, 2009
1 parent c1d46f9 commit 8e5678a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d29a2e943867bfa48f72ee6e99723a1b29fe6f7e
refs/heads/master: 6566abdbd0566fc1b5950c9f87ef57c7443d6fa8
2 changes: 2 additions & 0 deletions trunk/fs/afs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ int afs_release(struct inode *inode, struct file *file)
return 0;
}

#ifdef CONFIG_AFS_FSCACHE
/*
* deal with notification that a page was read from the cache
*/
Expand All @@ -117,6 +118,7 @@ static void afs_file_readpage_read_complete(struct page *page,
SetPageUptodate(page);
unlock_page(page);
}
#endif

/*
* AFS read page from file, directory or symlink
Expand Down

0 comments on commit 8e5678a

Please sign in to comment.