md.c (b81e0c2372e65e5627864ba034433b64b2fc73f5) | md.c (fe45e630a1035aea94c29016f2598bbde149bbe3) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 md.c : Multiple Devices driver for Linux 4 Copyright (C) 1998, 1999, 2000 Ingo Molnar 5 6 completely rewritten, based on the MD driver code from Marc Zyngier 7 8 Changes: --- 27 unchanged lines hidden (view full) --- 36 pr_debug() for everything else. 37 38*/ 39 40#include <linux/sched/mm.h> 41#include <linux/sched/signal.h> 42#include <linux/kthread.h> 43#include <linux/blkdev.h> | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 md.c : Multiple Devices driver for Linux 4 Copyright (C) 1998, 1999, 2000 Ingo Molnar 5 6 completely rewritten, based on the MD driver code from Marc Zyngier 7 8 Changes: --- 27 unchanged lines hidden (view full) --- 36 pr_debug() for everything else. 37 38*/ 39 40#include <linux/sched/mm.h> 41#include <linux/sched/signal.h> 42#include <linux/kthread.h> 43#include <linux/blkdev.h> |
44#include <linux/blk-integrity.h> |
|
44#include <linux/badblocks.h> 45#include <linux/sysctl.h> 46#include <linux/seq_file.h> 47#include <linux/fs.h> 48#include <linux/poll.h> 49#include <linux/ctype.h> 50#include <linux/string.h> 51#include <linux/hdreg.h> --- 9863 unchanged lines hidden --- | 45#include <linux/badblocks.h> 46#include <linux/sysctl.h> 47#include <linux/seq_file.h> 48#include <linux/fs.h> 49#include <linux/poll.h> 50#include <linux/ctype.h> 51#include <linux/string.h> 52#include <linux/hdreg.h> --- 9863 unchanged lines hidden --- |