diff options
author | Eric Paris <eparis@redhat.com> | 2009-05-21 17:01:33 -0400 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2009-06-11 14:57:53 -0400 |
commit | 3c5119c05d624f95f4967d16b38c9624b816bdb9 (patch) | |
tree | 0b5f66106aea38e52adf62958762b0a975607322 /MAINTAINERS | |
parent | c28f7e56e9d95fb531dc3be8df2e7f52bee76d21 (diff) |
dnotify: reimplement dnotify using fsnotify
Reimplement dnotify using fsnotify.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ccdb57524e3c..96e0c8c60796 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1802,10 +1802,10 @@ F: drivers/char/epca* | |||
1802 | F: drivers/char/digi* | 1802 | F: drivers/char/digi* |
1803 | 1803 | ||
1804 | DIRECTORY NOTIFICATION (DNOTIFY) | 1804 | DIRECTORY NOTIFICATION (DNOTIFY) |
1805 | P: Stephen Rothwell | 1805 | P: Eric Paris |
1806 | M: sfr@canb.auug.org.au | 1806 | M: eparis@parisplace.org |
1807 | L: linux-kernel@vger.kernel.org | 1807 | L: linux-kernel@vger.kernel.org |
1808 | S: Supported | 1808 | S: Maintained |
1809 | F: Documentation/filesystems/dnotify.txt | 1809 | F: Documentation/filesystems/dnotify.txt |
1810 | F: fs/notify/dnotify/ | 1810 | F: fs/notify/dnotify/ |
1811 | F: include/linux/dnotify.h | 1811 | F: include/linux/dnotify.h |