From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: leavedos if floppy busy Date: Sat, 17 May 2003 22:08:03 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3EC67A83.5000207@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Grigory Batalov wrote: > Can we just ignore busy disk if it is floppy? It seems that checkdp() is always called after disk_open(), so indeed it seems to me that doing such a checks in open_disk() was useless. So I think that checks should be removed entirely, no matter whether it is the removable media or not. Also calling leavedos() when you can just return an error to DOS looks evil.