From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Paris Subject: Re: [PATCH] move *notify again Date: Sat, 03 Jan 2009 13:44:43 -0500 Message-ID: <1231008283.3412.8.camel@localhost.localdomain> References: <20090103162604.GA19163@lst.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Al Viro , linux-fsdevel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from mx2.redhat.com ([66.187.237.31]:54906 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759118AbZACSou (ORCPT ); Sat, 3 Jan 2009 13:44:50 -0500 In-Reply-To: <20090103162604.GA19163@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, 2009-01-03 at 17:26 +0100, Christoph Hellwig wrote: > Having a separate subdir for one or two .c files is plain stupid, in > fact we have more Makefile/Kconfig than actual source files due to this. > > Even worse with expected integration of both into a single fsnotify > framework where looking through subdirs for parts is highly annoying. > > While we're at it also remove mentioning of filenames in top of file > comments - they have a tendency to get out of date.. > > > Signed-off-by: Christoph Hellwig I'm ok with it. My plan was to fill fs/notify with actual fsnotify files and fs/notify/[subdir] with listeners. If you want everything in a single directory I don't care. I'll do some renaming on my fsnotify filenames so it's clear what they are. -Eric