Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190190
b: refs/heads/master
c: e59464c
h: refs/heads/master
v: v3
  • Loading branch information
Changli Gao authored and Linus Torvalds committed Apr 24, 2010
1 parent 26c4009 commit 3b4ca04
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: 46da27664887fb95cedba53eafcf876de812c8c1
refs/heads/master: e59464c735db19619cde2aa331609adb02005f5b
2 changes: 1 addition & 1 deletion trunk/lib/flex_array.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct flex_array *flex_array_alloc(int element_size, unsigned int total,
ret->element_size = element_size;
ret->total_nr_elements = total;
if (elements_fit_in_base(ret) && !(flags & __GFP_ZERO))
memset(ret->parts[0], FLEX_ARRAY_FREE,
memset(&ret->parts[0], FLEX_ARRAY_FREE,
FLEX_ARRAY_BASE_BYTES_LEFT);
return ret;
}
Expand Down

0 comments on commit 3b4ca04

Please sign in to comment.