]> git.baikalelectronics.ru Git - kernel.git/commit
fanotify: drop duplicate pr_debug statement
authorTvrtko Ursulin <tvrtko.ursulin@sophos.com>
Fri, 20 Aug 2010 09:24:18 +0000 (10:24 +0100)
committerEric Paris <eparis@redhat.com>
Mon, 23 Aug 2010 00:30:12 +0000 (20:30 -0400)
commitc72f09540e8ad064bda92c32eb0a463af257e62b
tree6b5a8514376d16a7fa1636d0469b47a13086adf7
parent6bbb144957cf41ce6187dcd2fb82b354a46536a9
fanotify: drop duplicate pr_debug statement

This reminded me... you have two pr_debugs in fanotify_should_send_event
which output redundant information. Maybe you intended it like that so
it is selectable how much log spam you want, or if not you may want to
apply this patch.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@sophos.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/fanotify.c