Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3278
b: refs/heads/master
c: b0cfbd9
h: refs/heads/master
v: v3
  • Loading branch information
Badari Pulavarty authored and Linus Torvalds committed Jun 25, 2005
1 parent d4c3021 commit 6447a07
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8ae0b77811d97552b3b3c745e97de18849583bf7
refs/heads/master: b0cfbd995d091b10841eeb948976f5d1fbf13cdd
4 changes: 3 additions & 1 deletion trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,9 @@ generic_file_buffered_write(struct kiocb *iocb, const struct iovec *iov,
if (unlikely(nr_segs > 1)) {
filemap_set_next_iovec(&cur_iov,
&iov_base, status);
buf = cur_iov->iov_base + iov_base;
if (count)
buf = cur_iov->iov_base +
iov_base;
} else {
iov_base += status;
}
Expand Down

0 comments on commit 6447a07

Please sign in to comment.