Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199894
b: refs/heads/master
c: 0ae0b5d
h: refs/heads/master
v: v3
  • Loading branch information
Nick Piggin authored and Jens Axboe committed May 25, 2010
1 parent b86fe97 commit e64c1e6
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: d02a2c077fb81f3224c770be62a318165b23b486
refs/heads/master: 0ae0b5d0557264bad65e22f1e2da4b83a02c4535
2 changes: 1 addition & 1 deletion trunk/fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ __generic_file_splice_read(struct file *in, loff_t *ppos,
break;

error = add_to_page_cache_lru(page, mapping, index,
mapping_gfp_mask(mapping));
GFP_KERNEL);
if (unlikely(error)) {
page_cache_release(page);
if (error == -EEXIST)
Expand Down

0 comments on commit e64c1e6

Please sign in to comment.