Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322347
b: refs/heads/master
c: 4b1c2f4
h: refs/heads/master
i:
  322345: a0f358e
  322343: ca49cc4
v: v3
  • Loading branch information
Randy Dunlap authored and Wim Van Sebroeck committed Aug 29, 2012
1 parent 12e2fb3 commit a86f898
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 51cd8e6ff265650e35e46b5bcbe2ee381a7a2877
refs/heads/master: 4b1c2f41c2dda158bb7a3dded70775a76b581995
2 changes: 1 addition & 1 deletion trunk/Documentation/watchdog/src/watchdog-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static void keep_alive(void)
* or "-e" to enable the card.
*/

void term(int sig)
static void term(int sig)
{
close(fd);
fprintf(stderr, "Stopping watchdog ticks...\n");
Expand Down
1 change: 0 additions & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,6 @@ static void *cache_alloc_refill(struct kmem_cache *cachep, gfp_t flags,

/* cache_grow can reenable interrupts, then ac could change. */
ac = cpu_cache_get(cachep);
node = numa_mem_id();

/* no objects in sight? abort */
if (!x && (ac->avail == 0 || force_refill))
Expand Down

0 comments on commit a86f898

Please sign in to comment.