hannken@ wrote: > >>> Modified Files: > >>> src/sys/arch/x68k/conf: GENERIC > >>> > >>> Log Message: > >>> Comment out pseudo-device fss. We already has options FFS_NO_SNAPSHOT. > >> > >> This is not the same: > >> > >> - having fss makes it possible to use file system external or already > >> configured snapshots while > >> > >> - FFS_NO_SNAPSHOT doesn't allow the creation of file system internal > >> snapshots. It was requested to reduce the size of INSTALL kernels only. > > > > Hmm. > > > > Then, is "pseudo-device fss" still useful with options FFS_NO_SNAPSHOT? > > (most x68k has only 8~12MB) > > Hmm -- depends, what is the size of fss.o here?
Only ~18KB, but anyway we can add fss(4) support via module(7) (though options MODULAR is still disabled on x68k), and I doubt fss(4) without creation of ffs snapshot is so worth to have it by default. --- Izumi Tsutsui