mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
commit
cabca0cb0d
3 changed files with 61 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue