Source-Changes archive

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

Re: CVS commit: [netbsd-5] src/sys/fs/udf



udf_subr.c here breaks build of kernels with DEBUG like i386 ALL.
non-DEBUG kernels build fine.

The build failure comes from using snprintb.
Instead of a backout, I would like to see a pullup request from
christos which replaces bitmask_snprintf with snprintb since
bitmask_snprintf is known broken.

Christoph

Soren Jacobsen wrote:
> Module Name:  src
> Committed By: snj
> Date:         Wed Feb 18 00:51:27 UTC 2009
> 
> Modified Files:
>       src/sys/fs/udf [netbsd-5]: udf.h udf_readwrite.c udf_strat_direct.c
>           udf_strat_rmw.c udf_strat_sequential.c udf_subr.c udf_subr.h
> 
> Log Message:
> Pull up following revision(s) (requested by reinoud in ticket #447):
>       sys/fs/udf/udf.h: revision 1.30
>       sys/fs/udf/udf_readwrite.c: revision 1.10
>       sys/fs/udf/udf_strat_direct.c: revision 1.8
>       sys/fs/udf/udf_strat_rmw.c: revision 1.18
>       sys/fs/udf/udf_strat_sequential.c: revision 1.8
>       sys/fs/udf/udf_subr.c: revision 1.85
>       sys/fs/udf/udf_subr.h: revision 1.13
> Implement session closure on sequential media when requested on mount. It will
> allow CD-ROM/DVD-ROM/DB-ROM drives to read the media while still allowing them
> to be appended later. It can also be seen as a way to make mountable
> snapshots.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.27.4.2 -r1.27.4.3 src/sys/fs/udf/udf.h
> cvs rdiff -r1.8 -r1.8.4.1 src/sys/fs/udf/udf_readwrite.c
> cvs rdiff -r1.5.4.1 -r1.5.4.2 src/sys/fs/udf/udf_strat_direct.c
> cvs rdiff -r1.9.4.6 -r1.9.4.7 src/sys/fs/udf/udf_strat_rmw.c
> cvs rdiff -r1.5 -r1.5.4.1 src/sys/fs/udf/udf_strat_sequential.c
> cvs rdiff -r1.73.4.7 -r1.73.4.8 src/sys/fs/udf/udf_subr.c
> cvs rdiff -r1.12 -r1.12.4.1 src/sys/fs/udf/udf_subr.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index