]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] reiserfs: disable automatic enabling of reiserfs inode attributes
authorJeff Mahoney <jeffm@suse.com>
Sun, 12 Feb 2006 22:34:55 +0000 (14:34 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 13 Feb 2006 00:10:47 +0000 (16:10 -0800)
commit561eb98609dbcf31017c83bf3b5b731a45d7fbeb
treeabe4ceb1f1d5e59a6e090e255f9330d7100d8e5a
parent433f5d6a362c85cb36aea7f8e1cdaefa062af433
[PATCH] reiserfs: disable automatic enabling of reiserfs inode attributes

Unfortunately, the reiserfs_attrs_cleared bit in the superblock flag can
lie.  File systems have been observed with the bit set, yet still contain
garbage in the stat data field, causing unpredictable results.

This patch backs out the enable-by-default behavior.

It eliminates the changes from: d50a5cd860ce721dbeac6a4f3c6e42abcde68cd8,
and ef5e5414e7a83eb9b4295bbaba5464410b11e030.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/super.c