This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2da8de0bb7
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 18:59:41 +00:00
obj-$(CONFIG_DNOTIFY)
+=
dnotify.o
Reference in New Issue
Copy Permalink