Commit 5a9fe81b authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

locks: print unknown file locks

Now it isn't clear which lock is not supported.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 2e8ddb2d
......@@ -1683,7 +1683,7 @@ int parse_file_locks(void)
if (fl->fl_kind == FL_UNKNOWN) {
pr_err("Unknown file lock!\n");
pr_err("Unknown file lock: %s!\n", buf);
xfree(fl);
goto err;
}
......
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