cvs commit: src/sbin/mdconfig mdconfig.c
Dario Freni
saturnero at freesbie.org
Tue Aug 30 17:03:39 GMT 2005
Christian S.J. Peron wrote:
> csjp 2005-08-30 16:45:32 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/mdconfig mdconfig.c
> Log:
> When using files as backing stores for devices, and the user has requested the
> device be created read+write, check to see if the backing store is read only
> through the use of the access(2) system call. If this check fails returning
> EACCES, EPERM or EROFS then gracefully downgrade the access to read only. Also
> print a warning message to stderr, informing the user that the access mode
> they requested is not available.
>
> This behavior used to be handled by md(4) but was changed in revision 1.154
>
> Discussed with: pjd, phk, Dario Freni <saturnero at freesbie dot org>
> Reviewed by: phk
Thank you!
--
Dario Freni (saturnero at freesbie.org)
FreeSBIE developer (http://www.freesbie.org)
GPG Public key at http://www.saturnero.net/saturnero.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20050830/77ab8d73/signature.bin
More information about the cvs-src
mailing list