public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/hfs: remove duplicated defines
@ 2007-11-11 11:51 Nicolas Kaiser
  0 siblings, 0 replies; only message in thread
From: Nicolas Kaiser @ 2007-11-11 11:51 UTC (permalink / raw)
  To: Roman Zippel; +Cc: linux-kernel, kernel-janitors

Remove duplicated defines.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
---

 fs/hfs/btree.h |    5 -----
 1 file changed, 5 deletions(-)

--- a/fs/hfs/btree.h	2007-10-09 22:31:38.000000000 +0200
+++ b/fs/hfs/btree.h	2007-11-11 12:42:59.000000000 +0100
@@ -153,11 +153,6 @@
 	u32 reserved3[16];
 } __packed;
 
-#define HFS_NODE_INDEX	0x00	/* An internal (index) node */
-#define HFS_NODE_HEADER	0x01	/* The tree header node (node 0) */
-#define HFS_NODE_MAP		0x02	/* Holds part of the bitmap of used nodes */
-#define HFS_NODE_LEAF		0xFF	/* A leaf (ndNHeight==1) node */
-
 #define BTREE_ATTR_BADCLOSE	0x00000001	/* b-tree not closed properly. not
 						   used by hfsplus. */
 #define HFS_TREE_BIGKEYS	0x00000002	/* key length is u16 instead of u8.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-11 12:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-11 11:51 [PATCH] fs/hfs: remove duplicated defines Nicolas Kaiser

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