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: NVegard Nossum <vegard.nossum@gmail.com> cc: stable@kernel.org Signed-off-by: NEric Paris <eparis@redhat.com>
Showing
想要评论请 注册 或 登录