Call for help of raid5
From: 葛雄资 <hidden>
Date: 2006-06-15 02:44:42
From: 葛雄资 <hidden>
Date: 2006-06-15 02:44:42
In the make_request() function, prepare_to_wait(&conf->wait_for_overlap, &w, TASK_UNINTERRUPTIBLE); how does the system wake up the (&conf->wait_for_overlap) For the first time? And how does the first request deliver to the device driver. ?