Re: [PATCH] filesystem notification: create fs/notify to containall fs notification

From: Andrew Morton
Date: Wed Dec 17 2008 - 18:08:37 EST


On Wed, 17 Dec 2008 13:59:41 -0500
Eric Paris <eparis@xxxxxxxxxx> wrote:

> Creating a generic filesystem notification interface, fsnotify, which will be
> used by inotify, dnotify, and eventually fanotify is really starting to
> clutter the fs directory. This patch simply moves inotify and dnotify into
> fs/notify/inotify and fs/notify/dnotify respectively to make both current fs/
> and future notification tidier.
>

I have no objections.

> ---
>
> fs/Kconfig | 39 --
> fs/Makefile | 5
> fs/dnotify.c | 194 --------
> fs/inotify.c | 913 --------------------------------------
> fs/inotify_user.c | 778 --------------------------------
> fs/notify/Kconfig | 2
> fs/notify/Makefile | 2
> fs/notify/dnotify/Kconfig | 10
> fs/notify/dnotify/Makefile | 1
> fs/notify/dnotify/dnotify.c | 194 ++++++++
> fs/notify/inotify/Kconfig | 27 +
> fs/notify/inotify/Makefile | 2
> fs/notify/inotify/inotify.c | 913 ++++++++++++++++++++++++++++++++++++++
> fs/notify/inotify/inotify_user.c | 778 ++++++++++++++++++++++++++++++++
> 14 files changed, 1931 insertions(+), 1927 deletions(-)

But I don't want to carry the patch in -mm - I'm not well set up for
large file movement patches and they're a pita to carry.

git does a good job of this and perhaps we can persuade Al to carry
this patch in the vfs tree. Otherwise I'd suggest that you send it in
to Linus lateish in the 2.6.29-rc1 merge window. Please remember to cc
me on that email.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/