1
0
Fork 0
remarkable-linux/fs/notify/inotify
Eric Paris a2ae4cc9a1 inotify: stop kernel memory leak on file creation failure
If inotify_init is unable to allocate a new file for the new inotify
group we leak the new group.  This patch drops the reference on the
group on file allocation failure.

Reported-by: Vegard Nossum <vegard.nossum@gmail.com>
cc: stable@kernel.org
Signed-off-by: Eric Paris <eparis@redhat.com>
2010-12-07 16:14:22 -05:00
..
Kconfig inotify: remove inotify in kernel interface 2010-07-28 09:58:31 -04:00
Makefile inotify: remove inotify in kernel interface 2010-07-28 09:58:31 -04:00
inotify.h inotify: rename mark_entry to just mark 2010-07-28 09:58:54 -04:00
inotify_fsnotify.c Revert "fsnotify: store struct file not struct path" 2010-08-12 14:23:04 -07:00
inotify_user.c inotify: stop kernel memory leak on file creation failure 2010-12-07 16:14:22 -05:00