summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/hfsplus_raw.h
diff options
context:
space:
mode:
authorRoman Zippel2006-01-19 02:43:12 +0100
committerLinus Torvalds2006-01-19 04:20:23 +0100
commit6b192832daae6d141063c49ae1ded6f7dddee50e (patch)
treea7c1557e42ba0681eaa3d64cc4abbd5bbc255c02 /fs/hfsplus/hfsplus_raw.h
parent[PATCH] hfs: set correct create date for links (diff)
downloadkernel-qcow2-linux-6b192832daae6d141063c49ae1ded6f7dddee50e.tar.gz
kernel-qcow2-linux-6b192832daae6d141063c49ae1ded6f7dddee50e.tar.xz
kernel-qcow2-linux-6b192832daae6d141063c49ae1ded6f7dddee50e.zip
[PATCH] hfs: set type/creator for symlinks
Set the correct type and creator for symlinks. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/hfsplus/hfsplus_raw.h')
-rw-r--r--fs/hfsplus/hfsplus_raw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/hfsplus/hfsplus_raw.h b/fs/hfsplus/hfsplus_raw.h
index ccc47966dc54..49205531a500 100644
--- a/fs/hfsplus/hfsplus_raw.h
+++ b/fs/hfsplus/hfsplus_raw.h
@@ -43,6 +43,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 */