Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Izumi Tsutsui
> This sounds some helpers and higher level functions > can be shared and that Low level functions and accessors > to the structures can't be shared. In theory it might be true, but in practice it's just boring and it would make ffs development more complicated while ext2fs is not our primary targ

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Christoph Egger
Izumi Tsutsui wrote: >>> Reduce diffs a bit between ext2fs_reload() and ffs_reload(). >> It sounds like ext2fs and ffs can share some code. > > Many people say ext2fs is a bad mimic of ufs > and actually both ffs and ext2fs are under sys/ufs/, > though detailed structures (reinvented by Linux guys

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Izumi Tsutsui
> > Reduce diffs a bit between ext2fs_reload() and ffs_reload(). > > It sounds like ext2fs and ffs can share some code. Many people say ext2fs is a bad mimic of ufs and actually both ffs and ext2fs are under sys/ufs/, though detailed structures (reinvented by Linux guys?) are somewhat different t

Re: CVS commit: src/sys/ufs/ext2fs

2009-09-11 Thread Christoph Egger
Izumi Tsutsui wrote: > Module Name: src > Committed By: tsutsui > Date: Sat Sep 12 02:50:38 UTC 2009 > > Modified Files: > src/sys/ufs/ext2fs: ext2fs_extern.h ext2fs_vfsops.c > > Log Message: > Reduce diffs a bit between ext2fs_reload() and ffs_reload(). > It sounds like ext2fs a

re: CVS commit: src/etc/rc.d

2009-09-11 Thread matthew green
matthew green wrote: >On Thu, 10 Sep 2009, Erik Fair wrote: >> On Sep 8, 2009, at 01:56, Christoph Egger wrote: >> >Modified Files: >> > src/etc/rc.d: network >> > >> >Log Message: >> >Do not flush routes if root file system is nfs mounted.

Re: CVS commit: src/etc/rc.d

2009-09-11 Thread Izumi Tsutsui
christoph_eg...@gmx.de wrote: > recent history has shown that patches got discussed after commit > not before. The history has also shown you put too much botches ;-p --- Izumi Tsutsui

Re: CVS commit: src/etc/rc.d

2009-09-11 Thread Quentin Garnier
On Fri, Sep 11, 2009 at 11:26:54PM +0200, Christoph Egger wrote: > matthew green wrote: > >On Thu, 10 Sep 2009, Erik Fair wrote: > >> On Sep 8, 2009, at 01:56, Christoph Egger wrote: > >> >Modified Files: > >> > src/etc/rc.d: network > >> > > >> >Log Message: > >> >

Re: CVS commit: src/etc/rc.d

2009-09-11 Thread Christoph Egger
matthew green wrote: >On Thu, 10 Sep 2009, Erik Fair wrote: >> On Sep 8, 2009, at 01:56, Christoph Egger wrote: >> >Modified Files: >> >src/etc/rc.d: network >> > >> >Log Message: >> >Do not flush routes if root file system is nfs mounted. >> >Fixes boot prob

re: CVS commit: src/etc/rc.d

2009-09-11 Thread matthew green
On Thu, 10 Sep 2009, Erik Fair wrote: > On Sep 8, 2009, at 01:56, Christoph Egger wrote: > >Modified Files: > > src/etc/rc.d: network > > > >Log Message: > >Do not flush routes if root file system is nfs mounted. > >Fixes boot problem when the nfs server is in a different

Re: CVS commit: src/etc/rc.d

2009-09-11 Thread Christoph Egger
> On Thu, 10 Sep 2009, Erik Fair wrote: > > On Sep 8, 2009, at 01:56, Christoph Egger wrote: > > >Modified Files: > > > src/etc/rc.d: network > > > > > >Log Message: > > >Do not flush routes if root file system is nfs mounted. > > >Fixes boot problem when the nfs server is in a different > > >su

Re: CVS commit: src/etc/rc.d

2009-09-11 Thread Alan Barrett
On Thu, 10 Sep 2009, Erik Fair wrote: > On Sep 8, 2009, at 01:56, Christoph Egger wrote: > >Modified Files: > > src/etc/rc.d: network > > > >Log Message: > >Do not flush routes if root file system is nfs mounted. > >Fixes boot problem when the nfs server is in a different subnet. > > This chan