]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hfsplus/hfsplus_raw.h
Merge commit 'v2.6.28-rc2' into tracing/urgent
[linux-2.6-omap-h63xx.git] / fs / hfsplus / hfsplus_raw.h
index ccc47966dc54e54d8fd0710cd121a900ff130972..fe99fe8db61a3cb279885cee2c73cf5743704604 100644 (file)
@@ -15,8 +15,6 @@
 
 #include <linux/types.h>
 
-#define __packed __attribute__ ((packed))
-
 /* Some constants */
 #define HFSPLUS_SECTOR_SIZE        512
 #define HFSPLUS_SECTOR_SHIFT         9
@@ -43,6 +41,9 @@
 #define HFSP_HARDLINK_TYPE     0x686c6e6b      /* 'hlnk' */
 #define HFSP_HFSPLUS_CREATOR   0x6866732b      /* 'hfs+' */
 
+#define HFSP_SYMLINK_TYPE      0x736c6e6b      /* 'slnk' */
+#define HFSP_SYMLINK_CREATOR   0x72686170      /* 'rhap' */
+
 #define HFSP_MOUNT_VERSION     0x482b4c78      /* 'H+Lx' */
 
 /* Structures used on disk */