[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>
This commit is contained in:

committed by
Linus Torvalds

parent
af8c85bb6d
commit
6b192832da
@@ -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 */
|
||||
|
Reference in New Issue
Block a user