From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753023AbcJOAdi (ORCPT ); Fri, 14 Oct 2016 20:33:38 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:33142 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751425AbcJOAdh (ORCPT ); Fri, 14 Oct 2016 20:33:37 -0400 Date: Sat, 15 Oct 2016 01:33:29 +0100 From: Al Viro To: Christoph Hellwig Cc: joern@logfs.org, prasadjoshi.linux@gmail.com, logfs@logfs.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: [PATCH] logfs: remove from tree Message-ID: <20161015003329.GD19539@ZenIV.linux.org.uk> References: <1473599062-23550-1-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473599062-23550-1-git-send-email-hch@lst.de> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 11, 2016 at 03:04:22PM +0200, Christoph Hellwig wrote: > Logfs was introduced to the kernel in 2009, and hasn't seen any non > drive-by changes since 2012, while having lots of unsolved issues > including the complete lack of error handling, with more and more > issues popping up without any fixes. > > The logfs.org domain has been bouncing from a mail, and the maintainer > on the non-logfs.org domain hasn't repsonded to past queries either. > > Signed-off-by: Christoph Hellwig > --- > Documentation/filesystems/00-INDEX | 2 - > Documentation/filesystems/logfs.txt | 241 ---- > MAINTAINERS | 8 - > fs/Kconfig | 1 - > fs/Makefile | 1 - [snip] IMO that's a plain and simple "just before -rc1" fodder, to be sent straight to Linus. No objections from me, anyway.