mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.6.2-rc1-mm2] fs/xfs/xfs_log_recover.c
@ 2004-01-24  7:31 Bryan Whitehead
  2004-01-24  8:26 ` Christoph Hellwig
  0 siblings, 1 reply; 5+ messages in thread
From: Bryan Whitehead @ 2004-01-24  7:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, nathans, owner-xfs


This fixes a warning on compile of the xfs fs module.

--- fs/xfs/xfs_log_recover.c.orig       2004-01-23 23:17:35.402907768 -0800
+++ fs/xfs/xfs_log_recover.c    2004-01-23 23:19:09.368622808 -0800
@@ -1542,21 +1542,14 @@
                case XFS_LI_BUF:
                        flags = buf_f->blf_flags;
                        break;
                case XFS_LI_6_1_BUF:
                case XFS_LI_5_3_BUF:
                        obuf_f = (xfs_buf_log_format_v1_t*)buf_f;
                        flags = obuf_f->blf_flags;
-                       break;
-               }
-
-               switch (ITEM_TYPE(itemq)) {
-               case XFS_LI_BUF:
-               case XFS_LI_6_1_BUF:
-               case XFS_LI_5_3_BUF:
                        if (!(flags & XFS_BLI_CANCEL)) {
                                xlog_recover_insert_item_frontq(&trans->r_itemq,
                                                                itemq);
                                break;
                        }
                case XFS_LI_INODE:
                case XFS_LI_6_1_INODE:


--
Bryan Whitehead
driver@megahappy.net

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

end of thread, other threads:[~2004-01-25  1:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-24  7:31 [PATCH 2.6.2-rc1-mm2] fs/xfs/xfs_log_recover.c Bryan Whitehead
2004-01-24  8:26 ` Christoph Hellwig
2004-01-25  0:38   ` Bryan Whitehead
2004-01-25  0:57   ` Bryan Whitehead
2004-01-25  1:10     ` Bryan Whitehead

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

all inboxes | Powered by JetHome®