aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/inotify/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-07-28inotify: remove inotify in kernel interfaceEric Paris1-1/+0
nothing uses inotify in the kernel, drop it! Signed-off-by: Eric Paris <[email protected]>
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris1-1/+1
Reimplement inotify_user using fsnotify. This should be feature for feature exactly the same as the original inotify_user. This does not make any changes to the in kernel inotify feature used by audit. Those patches (and the eventual removal of in kernel inotify) will come after the new inotify_user proves to be working correctly. Signed-off-by: Eric Paris <[email protected]> Acked-by: Al Viro <[email protected]> Cc: Christoph Hellwig <[email protected]>
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 <[email protected]> Signed-off-by: Al Viro <[email protected]>