From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lithops.sigma-star.at ([195.201.40.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h5fXV-0007dL-HJ for linux-um@lists.infradead.org; Sun, 17 Mar 2019 23:50:03 +0000 From: Richard Weinberger Subject: Re: [PATCH] hostfs: fix mismatch between link_file definition and declaration Date: Mon, 18 Mar 2019 00:49:53 +0100 Message-ID: <1760676.zAVrM27zAz@blindfold> In-Reply-To: <20190317230909.7373-1-colin.king@canonical.com> References: <20190317230909.7373-1-colin.king@canonical.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: Colin King Cc: kernel-janitors@vger.kernel.org, Jeff Dike , linux-um@lists.infradead.org, linux-kernel@vger.kernel.org, Anton Ivanov Am Montag, 18. M=E4rz 2019, 00:09:09 CET schrieb Colin King: > From: Colin Ian King > = > 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. commit bf4f804738544a95b8bc8d6a7e2629c3fc0240dd Author: jdike Date: Sat Dec 9 22:52:44 2000 +0000 hostfs now mostly works. Almost all of the common operations are now implemented, the main exceptions being mknod and executing files from a hostfs filesystem. Enough archaeology for today. :-) Thanks, //richard _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um