This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
linux
Watch
6
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Releases
Wiki
Activity
1f11abc966
linux
/
fs
/
notify
/
dnotify
/
Makefile
2 lines
36 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2008-12-17 19:59:41 +01:00
obj-$(CONFIG_DNOTIFY)
+=
dnotify.o
Reference in New Issue
Copy Permalink