From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 8/28] VFS: Remove MNT_EXPIRE support Date: Mon, 25 Oct 2004 16:04:46 +0100 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20041025150446.GB1603@infradead.org> References: <10987153211852@sun.com> <10987153522992@sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, raven@themaw.net Return-path: To: Mike Waychison Content-Disposition: inline In-Reply-To: <10987153522992@sun.com> List-Id: linux-fsdevel.vger.kernel.org On Mon, Oct 25, 2004 at 10:42:32AM -0400, Mike Waychison wrote: > Drop support for MNT_EXPIRE (flag to umount(2)). Nobody was using it and it > didn't fit into the new expiry framework. umm, this is a user API, you can't simply drop it.