Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62845
b: refs/heads/master
c: 3836df6
h: refs/heads/master
i:
  62843: b0e50e2
v: v3
  • Loading branch information
Jens Axboe authored and Linus Torvalds committed Jul 24, 2007
1 parent d66a656 commit ec5e003
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: 2f66b529d9d131971e2509aee5478c61ca258ece
refs/heads/master: 3836df6b520a2f93033bf53200b12a2cb5137395
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ static int ocfs2_splice_write_actor(struct pipe_inode_info *pipe,
src = buf->ops->map(pipe, buf, 1);
dst = kmap_atomic(page, KM_USER1);
memcpy(dst + offset, src + buf->offset, count);
kunmap_atomic(page, KM_USER1);
kunmap_atomic(dst, KM_USER1);
buf->ops->unmap(pipe, buf, src);

copied = ocfs2_write_end(file, file->f_mapping, sd->pos, count, count,
Expand Down

0 comments on commit ec5e003

Please sign in to comment.