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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user