Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231656
b: refs/heads/master
c: 6a5640f
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Al Viro committed Jan 17, 2011
1 parent 07e6fee commit e0d77fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 16ebe911eba8afa88879213dc4388f2dd701561e
refs/heads/master: 6a5640f10255a8941a3a57396dda20af7a5c9a9e
4 changes: 1 addition & 3 deletions trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,8 @@ ssize_t compat_rw_copy_check_uvector(int type,
if (nr_segs > fast_segs) {
ret = -ENOMEM;
iov = kmalloc(nr_segs*sizeof(struct iovec), GFP_KERNEL);
if (iov == NULL) {
*ret_pointer = fast_pointer;
if (iov == NULL)
goto out;
}
}
*ret_pointer = iov;

Expand Down

0 comments on commit e0d77fb

Please sign in to comment.