Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39982
b: refs/heads/master
c: 39cf8a1
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and Linus Torvalds committed Oct 20, 2006
1 parent b8b04d6 commit 1b2947b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cd9ae2b6a75bb1fa0d370929c2d7a7da1ed719d9
refs/heads/master: 39cf8a1374dc51fea169190674d5e4996a7d7ea2
4 changes: 2 additions & 2 deletions trunk/fs/nfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1519,8 +1519,8 @@ static int nfs_symlink(struct inode *dir, struct dentry *dentry, const char *sym
pagevec_init(&lru_pvec, 0);
if (!add_to_page_cache(page, dentry->d_inode->i_mapping, 0,
GFP_KERNEL)) {
if (!pagevec_add(&lru_pvec, page))
__pagevec_lru_add(&lru_pvec);
pagevec_add(&lru_pvec, page);
pagevec_lru_add(&lru_pvec);
SetPageUptodate(page);
unlock_page(page);
} else
Expand Down

0 comments on commit 1b2947b

Please sign in to comment.