From: Tony Gale <gale@syntax.dera.gov.uk>
To: Theodore Tso <tytso@valinux.com>
Cc: Daniel Phillips <phillips@bonn-fries.net>,
Andreas Dilger <adilger@turbolinux.com>,
Folkert van <f.v.heusden@ftr.nl>,
linux-kernel@vger.kernel.org, ext2-devel@lists.sourceforge.net,
Alexander Viro <viro@math.psu.edu>
Subject: Re: [Ext2-devel] Re: [UPDATE] Directory index for ext2
Date: 03 Jul 2001 11:00:14 +0100 [thread overview]
Message-ID: <994154414.4699.1.camel@syntax.dera.gov.uk> (raw)
In-Reply-To: <20010626194919.J537@think.thunk.org>
In-Reply-To: <200106251951.f5PJpOYN025503@webber.adilger.int> <01062600253207.01008@starship> <20010626194919.J537@think.thunk.org>
Right, I've now disabled every grsecurity kernel config option, apart
from the overarching "Getrewted Kernel Security" one - indicating the
problem is in one of the non #ifdef parts of the patch. Could this be a
problem:
diff -ruN linux/fs/namei.c linux/fs/namei.c
--- linux/fs/namei.c Sat May 19 18:02:45 2001
+++ linux/fs/namei.c Tue May 29 01:23:36 2001
@@ -1851,8 +1963,6 @@
error = vfs_rename(old_dir->d_inode, old_dentry,
new_dir->d_inode, new_dentry);
unlock_kernel();
-
- dput(new_dentry);
exit4:
dput(old_dentry);
exit3:
Thanks
-tony
On 26 Jun 2001 19:49:19 -0400, Theodore Tso wrote:
> On Tue, Jun 26, 2001 at 12:25:32AM +0200, Daniel Phillips wrote:
> > > This is only true without the COMPAT_DIR_INDEX flag. Since e2fsck _needs_
> > > to know about every filesystem feature, it will (correctly) refuse to touch
> > > such a system for now. You could "tune2fs -O ^FEATURE_C4 /dev/hdX" to
> > > turn of the COMPAT_DIR_INDEX flag and let e2fsck go to town. That will
> > > break all of the directory indexes, I believe.
> >
> > This is what he wants, a workaround so he can fsck. However, the above
> > command (on version 1.2-WIP) just gives me:
> >
> > Invalid filesystem option set: ^FEATURE_C4
> >
> > Maybe he should just edit the source so it doesn't set the superblock flag
> > for now.
>
> I haven't had a chance to analyze the directory index format to see if
> an-dirindexing-ignorant e2fsck could do any damage to the index. It's
> probably the case as long as the filesystem isn't corrupted, simply
> modifying e2fsck to ignore the compatibility flag won't hurt. But
> it's certainly not something I would recommend for any kind of
> production operation.
>
> - Ted
>
prev parent reply other threads:[~2001-07-03 10:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-31 16:13 [UPDATE] Directory index for ext2 Daniel Phillips
2001-05-31 19:44 ` [Ext2-devel] " Andreas Dilger
2001-05-31 21:02 ` Daniel Phillips
2001-05-31 22:42 ` Andreas Dilger
2001-06-03 0:19 ` Daniel Phillips
2001-06-20 14:59 ` Tony Gale
2001-06-20 16:02 ` [Ext2-devel] " Theodore Tso
2001-06-20 17:27 ` Daniel Phillips
2001-06-20 16:58 ` Daniel Phillips
2001-06-25 9:46 ` Tony Gale
2001-06-25 16:10 ` Daniel Phillips
2001-06-25 19:51 ` [Ext2-devel] " Andreas Dilger
2001-06-25 22:25 ` Daniel Phillips
2001-06-26 9:27 ` Tony Gale
2001-06-26 23:49 ` Theodore Tso
2001-06-27 0:08 ` [RFC] Checks in ext2_new_block() Alexander Viro
2001-07-03 10:00 ` Tony Gale [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=994154414.4699.1.camel@syntax.dera.gov.uk \
--to=gale@syntax.dera.gov.uk \
--cc=adilger@turbolinux.com \
--cc=ext2-devel@lists.sourceforge.net \
--cc=f.v.heusden@ftr.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=phillips@bonn-fries.net \
--cc=tytso@valinux.com \
--cc=viro@math.psu.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.