Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348786
b: refs/heads/master
c: 6d283db
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jan 14, 2013
1 parent 2f22fee commit 060ee55
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9bbcbad438dbdeb5103466f2b1619f7b11a4a154
refs/heads/master: 6d283dba3721cc43be014b50a1acc2f35860a65a
1 change: 1 addition & 0 deletions trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2935,6 +2935,7 @@ static void guard_bh_eod(int rw, struct bio *bio, struct buffer_head *bh)
void *kaddr = kmap_atomic(bh->b_page);
memset(kaddr + bh_offset(bh) + bytes, 0, bh->b_size - bytes);
kunmap_atomic(kaddr);
flush_dcache_page(bh->b_page);
}
}

Expand Down

0 comments on commit 060ee55

Please sign in to comment.