Commit 1f942ca8 authored by Pavel Tikhomirov's avatar Pavel Tikhomirov Committed by Pavel Emelyanov

mount: fix confusing naming

s/find_widest_shared/find_wider_shared/
Signed-off-by: 's avatarPavel Tikhomirov <ptikhomirov@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent e3f0c525
...@@ -509,7 +509,7 @@ static int try_resolve_ext_mount(struct mount_info *info) ...@@ -509,7 +509,7 @@ static int try_resolve_ext_mount(struct mount_info *info)
return 0; return 0;
} }
static struct mount_info *find_widest_shared(struct mount_info *m) static struct mount_info *find_wider_shared(struct mount_info *m)
{ {
struct mount_info *p; struct mount_info *p;
...@@ -560,7 +560,7 @@ static int validate_shared(struct mount_info *m) ...@@ -560,7 +560,7 @@ static int validate_shared(struct mount_info *m)
* has the same set of children. * has the same set of children.
*/ */
t = find_widest_shared(m); t = find_wider_shared(m);
if (!t) if (!t)
/* /*
* The current mount is the widest one in its shared group, * The current mount is the widest one in its shared group,
......
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