diff options
author | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-01 16:39:37 +1000 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-01 16:39:37 +1000 |
commit | 053c59a0a7234bac669992f5b8b933b7d7fc189d (patch) | |
tree | ef5505f335d401862893dd6a1bbca3e6dc3eaa88 /fs/xfs/xfs_trans_buf.c | |
parent | a64314e62d89562b6fc77593648bec3acc35bf61 (diff) | |
download | op-kernel-dev-053c59a0a7234bac669992f5b8b933b7d7fc189d.zip op-kernel-dev-053c59a0a7234bac669992f5b8b933b7d7fc189d.tar.gz |
Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer."
This reverts commit b394e43e995d08821588a22561c6a71a63b4ff27.
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>
Diffstat (limited to 'fs/xfs/xfs_trans_buf.c')
-rw-r--r-- | fs/xfs/xfs_trans_buf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_buf.c b/fs/xfs/xfs_trans_buf.c index 95fff68..60b6b89 100644 --- a/fs/xfs/xfs_trans_buf.c +++ b/fs/xfs/xfs_trans_buf.c @@ -966,7 +966,6 @@ xfs_trans_inode_alloc_buf( ASSERT(atomic_read(&bip->bli_refcount) > 0); bip->bli_flags |= XFS_BLI_INODE_ALLOC_BUF; - bip->bli_format.blf_flags |= XFS_BLI_INODE_NEW_BUF; } |