Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* btrfs-progs trivial: Double definition of BTRFS_CSUM_TYPE_CRC32 in ctree.h
@ 2009-10-05 17:29 Dirk Gouders
  2009-10-06 10:56 ` [PATCH] btrfs-progs: Double definition of BTRFS_CSUM_TYPE_CRC32 Dirk Gouders
  0 siblings, 1 reply; 2+ messages in thread
From: Dirk Gouders @ 2009-10-05 17:29 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

Hello,

I noticed a double definition of BTRFS_CSUM_TYPE_CRC32 in ctree.h
and attach a patch that removes it.

Best regards,

Dirk


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ctree.h.diff --]
[-- Type: text/x-patch, Size: 318 bytes --]

diff --git a/ctree.h b/ctree.h
index a9062ea..fec0d9e 100644
--- a/ctree.h
+++ b/ctree.h
@@ -108,10 +108,6 @@ struct btrfs_trans_handle;
 /* csum types */
 #define BTRFS_CSUM_TYPE_CRC32	0
 
-
-/* csum types */
-#define BTRFS_CSUM_TYPE_CRC32	0
-
 static int btrfs_csum_sizes[] = { 4, 0 };
 
 /* four bytes for CRC32 */

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

end of thread, other threads:[~2009-10-06 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 17:29 btrfs-progs trivial: Double definition of BTRFS_CSUM_TYPE_CRC32 in ctree.h Dirk Gouders
2009-10-06 10:56 ` [PATCH] btrfs-progs: Double definition of BTRFS_CSUM_TYPE_CRC32 Dirk Gouders

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