diff options
Diffstat (limited to 'drivers/md/raid10.c')
-rw-r--r-- | drivers/md/raid10.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c index 9952721..e2617d0 100644 --- a/drivers/md/raid10.c +++ b/drivers/md/raid10.c @@ -113,15 +113,6 @@ static void end_reshape(struct r10conf *conf); #include "raid1-10.c" /* - * 'strct resync_pages' stores actual pages used for doing the resync - * IO, and it is per-bio, so make .bi_private points to it. - */ -static inline struct resync_pages *get_resync_pages(struct bio *bio) -{ - return bio->bi_private; -} - -/* * for resync bio, r10bio pointer can be retrieved from the per-bio * 'struct resync_pages'. */ |