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

fsnotify: Rename collect_mark to collect_inotify_mark

We will need collect_fanotify_mark helper so unify naming scheme.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a5f5b17d
......@@ -254,7 +254,7 @@ static struct file_desc_ops inotify_desc_ops = {
.open = open_inotify_fd,
};
static int collect_mark(struct fsnotify_mark_info *mark)
static int collect_inotify_mark(struct fsnotify_mark_info *mark)
{
struct fsnotify_file_info *p;
......@@ -288,7 +288,7 @@ static int collect_one_wd(void *o, ProtobufCMessage *msg)
struct fsnotify_mark_info *mark = o;
mark->iwe = pb_msg(msg, InotifyWdEntry);
return collect_mark(mark);
return collect_inotify_mark(mark);
}
int collect_inotify(void)
......
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