svn commit: r300062 - in head/sys: gnu/fs modules modules/reiserfs

Pedro Giffuni pfg at FreeBSD.org
Tue May 17 16:29:04 UTC 2016


Hello;

On 05/17/16 10:36, George V. Neville-Neil wrote:
> Author: gnn
> Date: Tue May 17 15:36:40 2016
> New Revision: 300062
> URL: https://svnweb.freebsd.org/changeset/base/300062
>
> Log:
>   Kill off ReiserFS as it is no longer supported, for obvious reasons.
>

It's not so obvious since the fs worked and could've been useful for
people migrating from ancient linux.

It's a welcome move though.

> Deleted:
>   head/sys/gnu/fs/
>   head/sys/modules/reiserfs/
> Modified:
>   head/sys/modules/Makefile
>
> Modified: head/sys/modules/Makefile
> ==============================================================================
> --- head/sys/modules/Makefile	Tue May 17 15:21:17 2016	(r300061)
> +++ head/sys/modules/Makefile	Tue May 17 15:36:40 2016	(r300062)
> @@ -312,7 +312,6 @@ SUBDIR=	\
>  	${_rdma} \
>  	${_rdrand_rng} \
>  	re \
> -	reiserfs \
>  	rl \
>  	rtwn \
>  	${_rtwnfw} \
>

You will have to cleanup sys/conf/files (at least lines 3158-3166) as well.

If you are cleaning old cruft, can we please kill ctm(1)?

Regards,

Pedro.


More information about the svn-src-head mailing list