Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157424
b: refs/heads/master
c: 7eb0d5e
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Catalin Marinas committed Sep 8, 2009
1 parent 64938e8 commit 48da30b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0580a1819c584eb8b98f8701157667037e11153a
refs/heads/master: 7eb0d5e5be4e312d5368896744476cc705b3d7e7
4 changes: 2 additions & 2 deletions trunk/mm/kmemleak.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ static int kmemleak_scan_thread(void *arg)
* Start the automatic memory scanning thread. This function must be called
* with the scan_mutex held.
*/
void start_scan_thread(void)
static void start_scan_thread(void)
{
if (scan_thread)
return;
Expand All @@ -1302,7 +1302,7 @@ void start_scan_thread(void)
* Stop the automatic memory scanning thread. This function must be called
* with the scan_mutex held.
*/
void stop_scan_thread(void)
static void stop_scan_thread(void)
{
if (scan_thread) {
kthread_stop(scan_thread);
Expand Down

0 comments on commit 48da30b

Please sign in to comment.