Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 16 Oct 2002 11:57:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 16 Oct 2002 11:57:14 -0400 Received: from ns0.cobite.com ([208.222.80.10]:2827 "EHLO ns0.cobite.com") by vger.kernel.org with ESMTP id ; Wed, 16 Oct 2002 11:57:13 -0400 Date: Wed, 16 Oct 2002 12:02:29 -0400 (EDT) From: David Mansfield X-X-Sender: david@admin To: Alexander Viro , Subject: raid subsystem broken in 2.5.43... blockdev changes? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 843 Lines: 25 Hi Al, list, I think the latest blockdev (maybe the do_open) changes broke the raid subsystem. In order to 'activate' a raid device, the userland tools open the device node (e.g. /dev/md0) to perform ioctls against it, even though that device isn't up and running yet. In 2.5.43 it returns ENXIO. In 2.5.42 we used to get through to bdev->bd_op->open() without a 'gendisk' structure, but now we bail with ENXIO. Is this the pertinent difference? David -- /==============================\ | David Mansfield | | david@cobite.com | \==============================/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/