public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* RFC: adding a crc field to xfs_buf_log_format_t
@ 2008-09-23 17:28 Christoph Hellwig
  2008-09-24  1:05 ` Dave Chinner
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2008-09-23 17:28 UTC (permalink / raw)
  To: xfs

With adding CRC to xfs metadata structures we face an interesting
problem.  As we want all the CRCs logged we always have to log the CRC.
But this means for many modification that previous just required one
or two chunks of a buffer logged (e.g. superblock counters or changing a
single btree records) we would now need a second iovec.  One idea to
avoid this would be to put the crc into a modified version of
xfs_buf_log_format_t.  Any opinions wether this is worth the trouble?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-24 17:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 17:28 RFC: adding a crc field to xfs_buf_log_format_t Christoph Hellwig
2008-09-24  1:05 ` Dave Chinner
2008-09-24  7:03   ` Timothy Shimmin
2008-09-24 17:29   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox