summaryrefslogtreecommitdiffstats
path: root/fs/notify/Makefile
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2008-12-17 13:59:41 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2008-12-31 18:07:43 -0500
commit272eb01485dda98e3b8910c7c1a53d597616b0a0 (patch)
tree6a1dcd34c1dd668b465c166c2d6d2596924eff5f /fs/notify/Makefile
parentc2acf7b90821785fe812cc0aa05148e5a1f84204 (diff)
downloadlinux-0-day-272eb01485dda98e3b8910c7c1a53d597616b0a0.tar.gz
linux-0-day-272eb01485dda98e3b8910c7c1a53d597616b0a0.tar.xz
filesystem notification: create fs/notify to contain all fs notification
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. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/notify/Makefile')
-rw-r--r--fs/notify/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/notify/Makefile b/fs/notify/Makefile
new file mode 100644
index 0000000000000..5a95b6010ce75
--- /dev/null
+++ b/fs/notify/Makefile
@@ -0,0 +1,2 @@
+obj-y += dnotify/
+obj-y += inotify/