commit | 91e1e547abcd88f1e23204e62e377aaa7c93a786 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Mar 17 23:09:09 2019 +0000 |
committer | Richard Weinberger <richard@nod.at> | Tue May 07 23:18:28 2019 +0200 |
tree | 7a9d5e3edd80f49edc842e6bf27f2c397a83e6e1 | |
parent | 75f24f78721048a271e2e50a563f51bcfd6f5c1c [diff] |
hostfs: fix mismatch between link_file definition and declaration The function link_file declaration in the header file has the order of the two arguments (from, to) swapped when compared to the definition arguments of (to, from). Fix this by swapping them around to match the definition. This error predates the git history, so no idea when this error was introduced. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Richard Weinberger <richard@nod.at>