Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44001
b: refs/heads/master
c: fdee8ae
h: refs/heads/master
i:
  43999: 53cb41b
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Dec 10, 2006
1 parent c3537df commit 400f0db
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b875e531fc82db592d6093594593d5cafde0a1cd
refs/heads/master: fdee8ae4498c48b44c0eac592f9c6ed24c4517c1
4 changes: 3 additions & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -3371,6 +3371,7 @@ static int do_md_stop(mddev_t * mddev, int mode)
return err;
}

#ifndef MODULE
static void autorun_array(mddev_t *mddev)
{
mdk_rdev_t *rdev;
Expand Down Expand Up @@ -3485,6 +3486,7 @@ static void autorun_devices(int part)
}
printk(KERN_INFO "md: ... autorun DONE.\n");
}
#endif /* !MODULE */

static int get_version(void __user * arg)
{
Expand Down Expand Up @@ -5593,7 +5595,7 @@ static void autostart_arrays(int part)
autorun_devices(part);
}

#endif
#endif /* !MODULE */

static __exit void md_exit(void)
{
Expand Down

0 comments on commit 400f0db

Please sign in to comment.