linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: AGI buffer type handling
@ 2016-11-30 22:36 Eric Sandeen
  2016-11-30 22:40 ` [PATCH 1/2] xfs: set AGI buffer type in xlog_recover_clear_agi_bucket Eric Sandeen
  2016-11-30 22:42 ` [PATCH 2/2] xfs: Move AGI buffer type setting to xfs_read_agi Eric Sandeen
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Sandeen @ 2016-11-30 22:36 UTC (permalink / raw)
  To: linux-xfs

We were missing a xfs_trans_buf_set_type() to XFS_BLFT_AGI_BUF
in xlog_recover_clear_agi_bucket.

Fix this in 2 stages; first simply add it to this function for
simple -stable backports, then move all of them into
xfs_read_agi() so it doesn't get forgotten again.

-Eric

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

end of thread, other threads:[~2016-12-02 13:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 22:36 [PATCH 0/2] xfs: AGI buffer type handling Eric Sandeen
2016-11-30 22:40 ` [PATCH 1/2] xfs: set AGI buffer type in xlog_recover_clear_agi_bucket Eric Sandeen
2016-12-01 12:15   ` Brian Foster
2016-12-02 13:15   ` Christoph Hellwig
2016-11-30 22:42 ` [PATCH 2/2] xfs: Move AGI buffer type setting to xfs_read_agi Eric Sandeen
2016-12-01 12:15   ` Brian Foster
2016-12-01 17:43   ` [PATCH 2/2 V2] " Eric Sandeen
2016-12-02 13:16     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).