Home
last modified time | relevance | path

Searched hist:"91 e1e547" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/hostfs/
H A Dhostfs.h91e1e547 Sun Mar 17 18:09:09 CDT 2019 Colin Ian King <colin.king@canonical.com> 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>
91e1e547 Sun Mar 17 18:09:09 CDT 2019 Colin Ian King <colin.king@canonical.com> 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>