linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hfs: remove duplicate includes
@ 2013-10-21  8:01 Michael Opdenacker
  2013-10-21  8:16 ` Vyacheslav Dubeyko
  2013-11-05 23:38 ` Andrew Morton
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Opdenacker @ 2013-10-21  8:01 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel, Michael Opdenacker

This patch removes duplicate includes from fs/hfs/btree.h

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 fs/hfs/btree.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/fs/hfs/btree.h b/fs/hfs/btree.h
index 2a1d712..f6bd266 100644
--- a/fs/hfs/btree.h
+++ b/fs/hfs/btree.h
@@ -153,11 +153,6 @@ struct hfs_btree_header_rec {
 	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.
-- 
1.8.1.2

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

end of thread, other threads:[~2013-11-05 23:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21  8:01 [PATCH] hfs: remove duplicate includes Michael Opdenacker
2013-10-21  8:16 ` Vyacheslav Dubeyko
2013-11-05 23:38 ` Andrew Morton

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).