From: Roman Zippel Date: Thu, 19 Jan 2006 01:43:10 +0000 (-0800) Subject: [PATCH] hfs: set correct create date for links X-Git-Tag: v2.6.16-rc2~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8c85bb6d4e5352551277edd8448c4dfb2328ab;p=pandora-kernel.git [PATCH] hfs: set correct create date for links HFS+ also requires the correct creation date so recent version of OS X recognize it as link. Improve link handling: - if something is wrong with the link, ignore the link attribute and treat it as regular file (this also fixes a missing unlock during lookup). - check for incorrect link counts during unlink. Signed-off-by: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed