Commit a5f5b17d authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

fsnotify: Rename collect_one_ify to collect_one_inotify

fanotify will have collect_one_fanotify helper, so to unify
naming scheme rename this one.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 874f5132
......@@ -270,7 +270,7 @@ static int collect_mark(struct fsnotify_mark_info *mark)
return -1;
}
static int collect_one_ify(void *o, ProtobufCMessage *msg)
static int collect_one_inotify(void *o, ProtobufCMessage *msg)
{
struct fsnotify_file_info *info = o;
......@@ -296,7 +296,7 @@ int collect_inotify(void)
int ret;
ret = collect_image(CR_FD_INOTIFY, PB_INOTIFY,
sizeof(struct fsnotify_file_info), collect_one_ify);
sizeof(struct fsnotify_file_info), collect_one_inotify);
if (!ret)
ret = collect_image(CR_FD_INOTIFY_WD, PB_INOTIFY_WD,
sizeof(struct fsnotify_mark_info), collect_one_wd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment