___
> cvs-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
SANETO Takanori <[EMAIL PROTECTED]>
__
|= MNT_UPDATE;
Can this be the correct fix for RELENG_6?
Regards,
Saneto
SANETO Takanori wrote:
> DES,
>
> I think it affects argv for external mount commands as well as nmount.
> In fact, on RELENG_6, I got a message like "mount_smbfs: unknown option
> -o late" when I put &
Thanks,
Saneto
Dag-Erling Smørgrav wrote:
> [EMAIL PROTECTED] (Dag-Erling Smørgrav) writes:
>> SANETO Takanori <[EMAIL PROTECTED]> writes:
>>> As for mount.c, following part should be MFC'ed as well.
>> Thanks, I don't understand how it was left out.
>
&
As for mount.c, following part should be MFC'ed as well.
> @@ -628,6 +633,15 @@
> * not a real mount option.
> */
> continue;
> + } else if (strcmp(p, "late") == 0) {
> +