Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block

* 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block:
  Fix compile/link of init/do_mounts.c with !CONFIG_BLOCK
  When stacked block devices are in-use (e.g. md or dm), the recursive calls
This commit is contained in:
Linus Torvalds 2007-05-11 09:58:49 -07:00
commit cabca0cb0d
3 changed files with 61 additions and 2 deletions

View file

@ -88,6 +88,7 @@ struct sched_param {
struct exec_domain;
struct futex_pi_state;
struct bio;
/*
* List of flags we want to share for kernel threads,
@ -1016,6 +1017,9 @@ struct task_struct {
/* journalling filesystem info */
void *journal_info;
/* stacked block device info */
struct bio *bio_list, **bio_tail;
/* VM state */
struct reclaim_state *reclaim_state;