On Thursday, July 05, 2001 04:14:49 PM -0300 "Thomas T. Soares" <[EMAIL PROTECTED]> wrote: > Hi all. > > I did a test applying the v2.4.5/fs/reiserfs/super.c (umount) patch over > the new 2.4.6 and no .rej was renerated plus the system seems to be > operating normally with this kernel... > > What I am doing wrong here? The patch applies without rejects because a slightly different fix was applied to the 2.4.6 kernel. It fixes the bug at the VFS level, while the patch you applied just fixes things at the reiserfs level. The VFS level patch is required to keep compatibility with filesystems outside the kernel tree. It is safe to apply the fs/reiserfs/super.c patch on top of 2.4.6, but you don't need to. -chris
