commit | d42f08f61c5e7f0ed4c6b6df4c9987ddb85ec66e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 28 14:23:38 2008 +1100 |
committer | Niv Sardi <xaiki@sgi.com> | Mon Dec 01 11:37:31 2008 +1100 |
tree | dfba895d780bf54bb60c284a3b8e702d20719fa4 | |
parent | b28708d6a0a3ed65a68f0dcd8e6d1c09f14e5cf3 [diff] |
[XFS] kill xfs_ialloc_log_di xfs_ialloc_log_di is only used to log the full inode core + di_next_unlinked. That means all the offset magic is not nessecary and we can simply use xfs_trans_log_buf directly. Also add a comment describing what we should do here instead. (First sent on October 7th) Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Niv Sardi <xaiki@sgi.com>