diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-28 14:11:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-28 14:11:04 -0700 |
commit | 30c0f6a04975d557f3c1a4e640b3808b1231c3ef (patch) | |
tree | eefc2a8d97765342cb5c2c16d98e5d02e9ebf98a /MAINTAINERS | |
parent | e933424c4823596ed231648eeb602b5209960ff6 (diff) | |
parent | 92b4678efa8ce0de9b1e01a74e3d13c4002a4136 (diff) | |
download | linux-rt-30c0f6a04975d557f3c1a4e640b3808b1231c3ef.tar.gz |
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
* 'for-linus' of git://git.infradead.org/users/eparis/notify:
fsnotify: drop two useless bools in the fnsotify main loop
fsnotify: fix list walk order
fanotify: Return EPERM when a process is not privileged
fanotify: resize pid and reorder structure
fanotify: drop duplicate pr_debug statement
fanotify: flush outstanding perm requests on group destroy
fsnotify: fix ignored mask handling between inode and vfsmount marks
fanotify: add MAINTAINERS entry
fsnotify: reset used_inode and used_vfsmount on each pass
fanotify: do not dereference inode_mark when it is unset
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4523d6cb4c4e..c36f5d76e1a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2296,6 +2296,12 @@ S: Maintained F: Documentation/hwmon/f71805f F: drivers/hwmon/f71805f.c +FANOTIFY +M: Eric Paris <eparis@redhat.com> +S: Maintained +F: fs/notify/fanotify/ +F: include/linux/fanotify.h + FARSYNC SYNCHRONOUS DRIVER M: Kevin Curtis <kevin.curtis@farsite.co.uk> W: http://www.farsite.co.uk/ |