From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: interface to ask is a file is hidden Date: Mon, 13 Oct 2008 06:43:37 -0400 Message-ID: <20081013104336.GA23605@infradead.org> References: <641322f90810101222p3ff36ac3va9057b9958d2abf2@mail.gmail.com> <20081010192104.GD19500@unused.rdu.redhat.com> <20081010193503.GE23734@samba1> <641322f90810101300v3ab5fc15hb20fca0374ebe4b4@mail.gmail.com> <20081010215722.GG8645@mit.edu> <20081010220156.GA25396@infradead.org> <1223886173.22225.159.camel@fatty> <20081013095709.GA10373@infradead.org> <1223894274.20751.19.camel@fatty> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Theodore Tso , Nicol? Chieffo <84yelo3@gmail.com>, Jeremy Allison , Szabolcs Szakacsits , Josef Bacik , linux-fsdevel@vger.kernel.org To: Alexander Larsson Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:54827 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753391AbYJMKoD (ORCPT ); Mon, 13 Oct 2008 06:44:03 -0400 Content-Disposition: inline In-Reply-To: <1223894274.20751.19.camel@fatty> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Oct 13, 2008 at 12:37:54PM +0200, Alexander Larsson wrote: > The traditional unix file systems don't contain "is-hidden" metadata, > but some commonly used ones do. What possible bad can come out of > letting applications access that information efficiently if they want. The bad thing that happens is that it will bloat the kernel with useless crap. And a use case of "make graphical directly listings on foreign filesystems look a little less cluttered" is not enough to add a lot of code and new interfaces we'll have to maintain forever.