nfsd: move some of fh_compose into helper functions
[safe/jmp/linux-2.6] / fs / xfs / xfs_trans.c
index fffabc0..66b8493 100644 (file)
@@ -628,8 +628,6 @@ xfs_trans_apply_sb_deltas(
                xfs_trans_log_buf(tp, bp, offsetof(xfs_dsb_t, sb_icount),
                                  offsetof(xfs_dsb_t, sb_frextents) +
                                  sizeof(sbp->sb_frextents) - 1);
-
-       tp->t_mountp->m_super->s_dirt = 1;
 }
 
 /*