提交 8860f060 编写于 作者: E Eric Paris

fanotify: do not return 0 in a void function

remove_access_response() is supposed to have a void return, but was
returning 0;
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NEric Paris <eparis@redhat.com>
上级 b2d87909
...@@ -231,7 +231,7 @@ static void remove_access_response(struct fsnotify_group *group, ...@@ -231,7 +231,7 @@ static void remove_access_response(struct fsnotify_group *group,
struct fsnotify_event *event, struct fsnotify_event *event,
__s32 fd) __s32 fd)
{ {
return 0; return;
} }
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册