aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-31filesystem notification: create fs/notify to contain all fs notificationEric Paris1-0/+2
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>