Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2006 17:40:22 +0200
From:      Rink Springer <rink@FreeBSD.org>
To:        Lin Jui-Nan Eric <ericlin.jnlin@gmail.com>
Cc:        stable@freebsd.org, Rink Springer <rink@freebsd.org>
Subject:   Re: mountd changed?
Message-ID:  <20061015154022.GC50017@rink.nu>
In-Reply-To: <47713ee10610150830g4dc4b747j9425d3b5194829f1@mail.gmail.com>
References:  <47713ee10610150811w4cca315etc051e0fe14d88dab@mail.gmail.com> <20061015151924.GA50017@rink.nu> <47713ee10610150830g4dc4b747j9425d3b5194829f1@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--hHWLQfXTYDoKhP50
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

On Sun, Oct 15, 2006 at 11:30:23PM +0800, Lin Jui-Nan Eric wrote:
> Hi,
> 
> If I revert to revision 1.81.2.4, it worked correctly.
> 
> On 10/15/06, Rink Springer <rink@freebsd.org> wrote:
> >Hi,
> >
> >Hmm, I recently changed something which might trigger this. Could you
> >back out revision 1.81.2.5 of src/usr.sbin/mountd/mountd.c and let me
> >know whether this fixed the problem?
> >

OK, could you try the attached patch (untested) and let me know whether
it works? (it patches the 1.81.2.5 revision of mountd.c)

-- 
Rink P.W. Springer                                - http://rink.nu
"Patience is for those who cannot afford
 decent hardware."                                - Peter Koeleman

--hHWLQfXTYDoKhP50
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="mountd2.c.diff"

--- mountd.c.org	Thu Sep 21 10:07:57 2006
+++ mountd.c	Thu Sep 21 10:08:42 2006
@@ -1912,7 +1912,7 @@
 		iov[5].iov_base = fsb->f_mntfromname; /* "from" */
 		iov[5].iov_len = strlen(fsb->f_mntfromname) + 1;
 
-		while (nmount(iov, iovlen, fsb->f_flags) < 0) {
+		while (nmount(iov, iovlen, fsb->f_flags | MNT_UPDATE) < 0) {
 			if (cp)
 				*cp-- = savedc;
 			else

--hHWLQfXTYDoKhP50--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061015154022.GC50017>