commit | cf4374267fbe966e8e4e7db68f5dc7b267439780 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Aug 24 16:03:35 2009 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Aug 27 08:02:04 2009 -0400 |
tree | 60871fa44df49a8581e2afb06f493e768a058b86 | |
parent | 52cef7555adf5ca09b3b7283097466759120d901 [diff] |
inotify: do not BUG on idr entries at inotify destruction If an inotify watch is left in the idr when an fsnotify group is destroyed this will lead to a BUG. This is not a dangerous situation and really indicates a programming bug and leak of memory. This patch changes it to use a WARN and a printk rather than killing people's boxes. Signed-off-by: Eric Paris <eparis@redhat.com>