Loading drivers/block/cciss.c +5 −7 Original line number Original line Diff line number Diff line Loading @@ -3386,7 +3386,6 @@ static int scan_thread(void *data) h->busy_scanning = 1; h->busy_scanning = 1; mutex_unlock(&scan_mutex); mutex_unlock(&scan_mutex); if (h) { rebuild_lun_table(h, 0, 0); rebuild_lun_table(h, 0, 0); complete_all(&h->scan_wait); complete_all(&h->scan_wait); mutex_lock(&scan_mutex); mutex_lock(&scan_mutex); Loading @@ -3394,7 +3393,6 @@ static int scan_thread(void *data) mutex_unlock(&scan_mutex); mutex_unlock(&scan_mutex); } } } } } return 0; return 0; } } Loading Loading
drivers/block/cciss.c +5 −7 Original line number Original line Diff line number Diff line Loading @@ -3386,7 +3386,6 @@ static int scan_thread(void *data) h->busy_scanning = 1; h->busy_scanning = 1; mutex_unlock(&scan_mutex); mutex_unlock(&scan_mutex); if (h) { rebuild_lun_table(h, 0, 0); rebuild_lun_table(h, 0, 0); complete_all(&h->scan_wait); complete_all(&h->scan_wait); mutex_lock(&scan_mutex); mutex_lock(&scan_mutex); Loading @@ -3394,7 +3393,6 @@ static int scan_thread(void *data) mutex_unlock(&scan_mutex); mutex_unlock(&scan_mutex); } } } } } return 0; return 0; } } Loading