Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 1997 15:32:05 +0100
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        cvs-committers@freebsd.org, current@freebsd.org
Subject:   Re: cvs commit: src/sys/gnu/ext2fs ...
Message-ID:  <17977.879863525@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 18 Nov 1997 06:20:12 PST." <199711181420.GAA01245@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

This commit rather heavyhandedly rectifies a mistake made long ago.

I've pushed all the crud back over in ext2fs, ufs is our primary
filesystem, and it shouldn't be polluted the way ext2 did.

I have no idea if ext2fs works after this (I have no way to test it),
but I've done my best.

I have not studied in detail what the directory structure difference
is between ufs and ext2fs, if somebody looks at it, we may be able to
return to using the ufs_ VOP's with some amount of modification the
the underlying directory tweaking functions (ufs_direnter &c) but
this will be a task for somebody else.  I simply don't care enough 
for ext2fs to even start looking at it.

Poul-Henning

In message <199711181420.GAA01245@freefall.freebsd.org>, Poul-Henning Kamp writ
es:
>phk         1997/11/18 06:20:11 PST
>
>  Modified files:
>    sys/gnu/ext2fs       ext2_vnops.c 
>  Log:
>  Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDI
>R,
>  VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and ext2_makeinode().
>  
>  Revision  Changes    Path
>  1.25      +1020 -0   src/sys/gnu/ext2fs/ext2_vnops.c
>
>  Modified files:
>    sys/ufs/ufs          ufs_vnops.c 
>  Log:
>  unifdef -UEXT2FS
>  
>  Revision  Changes    Path
>  1.68      +1 -110    src/sys/ufs/ufs/ufs_vnops.c

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17977.879863525>