Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210904
b: refs/heads/master
c: 767b68e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Rosenberg authored and Linus Torvalds committed Sep 23, 2010
1 parent 6275761 commit cf13fb5
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: c79bd89282136a4516e842fa542d6abf902ddeac
refs/heads/master: 767b68e96993e29e3480d7ecdd9c4b84667c5762
2 changes: 1 addition & 1 deletion trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ static ssize_t compat_do_readv_writev(int type, struct file *file,
{
compat_ssize_t tot_len;
struct iovec iovstack[UIO_FASTIOV];
struct iovec *iov;
struct iovec *iov = iovstack;
ssize_t ret;
io_fn_t fn;
iov_fn_t fnv;
Expand Down

0 comments on commit cf13fb5

Please sign in to comment.