Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169025
b: refs/heads/master
c: 6f05416
h: refs/heads/master
i:
  169023: 8ce2a5f
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Dec 1, 2009
1 parent 0585b28 commit 5c564a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 29e553631b2a0d4eebd23db630572e1027a9967a
refs/heads/master: 6f054164322bc6c1233402b9ed6b40d4af39a98f
2 changes: 1 addition & 1 deletion trunk/fs/9p/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ int __v9fs_fscache_release_page(struct page *page, gfp_t gfp)

BUG_ON(!vcookie->fscache);

return fscache_maybe_release_page(vnode->cache, page, gfp);
return fscache_maybe_release_page(vcookie->fscache, page, gfp);
}

void __v9fs_fscache_invalidate_page(struct page *page)
Expand Down

0 comments on commit 5c564a0

Please sign in to comment.