Revision 564256c9e06d75e16d894a2cd30604bd6582cbba authored by Tim Shimmin on 01 October 2007, 06:39:37 UTC, committed by Linus Torvalds on 01 October 2007, 14:59:03 UTC
This reverts commit b394e43e995d08821588a22561c6a71a63b4ff27.

Lachlan McIlroy says:
    It tried to fix an issue where log replay is replaying an inode cluster
    initialisation transaction that should not be replayed because the inode
    cluster on disk is more up to date.  Since we don't log file sizes (we
    rely on inode flushing to get them to disk) then we can't just replay
    all the transations in the log and expect the inode to be completely
    restored.  We lose file size updates.  Unfortunately this fix is causing
    more (serious) problems than it is fixing.

SGI-PV: 969656
SGI-Modid: xfs-linux-melb:xfs-kern:29804a

Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
1 parent a64314e
History
File Mode Size
keys
selinux
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 556 bytes
capability.c -rw-r--r-- 2.7 KB
commoncap.c -rw-r--r-- 9.4 KB
dummy.c -rw-r--r-- 25.9 KB
inode.c -rw-r--r-- 9.2 KB
root_plug.c -rw-r--r-- 3.9 KB
security.c -rw-r--r-- 5.5 KB

back to top