Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/fs/udf



On Fri, Jul 18, 2008 at 12:45:08PM +0000, Reinoud Zandijk wrote:
> 
> Module Name:  src
> Committed By: reinoud
> Date:         Fri Jul 18 12:45:08 UTC 2008
> 
> Modified Files:
>       src/sys/fs/udf: udf_vfsops.c
> 
> Log Message:
> Instead of bombing out when trying to mount a disc RW when UDF_READWRITE is
> not defined, downgrade it to a read-only mount.

While logging a warning about a kernel option missing is ok,
a silently-downgraded mount is not what the caller asked for,
nor is there any notification for mount()'s caller.  (Prior
art: adosfs, cd9660, filecorefs.)


- Klaus


Home | Main Index | Thread Index | Old Index