]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.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)
commitff8d6e983185ce19fa92bb836eb52b589957be65
tree6b5a8514376d16a7fa1636d0469b47a13086adf7
parent2eebf582c9b3106abb9c33f4fc0a347fb9391037
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