From 7d684b93efe0a64d557223a89429501b9c4e5c90 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 17 May 2002 22:03:19 -0700 Subject: [PATCH] Tidy up raid5 code - remove md_ prefix from some calls that used to be defined in md_compatability.h - remove "raid5_" prefix from some static functions, in line with recent changes to raid1.c ?? should cpu_has_mmx be moved to in processor.h ? --- include/linux/raid/raid5.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/linux/raid') diff --git a/include/linux/raid/raid5.h b/include/linux/raid/raid5.h index 5b4a005e3403..d3485daeb0f1 100644 --- a/include/linux/raid/raid5.h +++ b/include/linux/raid/raid5.h @@ -215,11 +215,11 @@ struct raid5_private_data { */ atomic_t active_stripes; struct list_head inactive_list; - md_wait_queue_head_t wait_for_stripe; + wait_queue_head_t wait_for_stripe; int inactive_blocked; /* release of inactive stripes blocked, * waiting for 25% to be free */ - md_spinlock_t device_lock; + spinlock_t device_lock; int plugged; struct tq_struct plug_tq; -- cgit v1.2.3