From: Christoph Hellwig Date: Wed, 27 Oct 2010 11:45:50 +0000 (+0200) Subject: hfsplus: free space correcly for files unlinked while open X-Git-Tag: v2.6.37-rc1~66^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b8fe8cc47b0dc1068475ba95f29ddff10a8efc;p=pandora-kernel.git hfsplus: free space correcly for files unlinked while open hfsplus_delete_inode only truncates away all block allocations if i_nlink is zero. Make sure we properly drop the unlink count even when doing the rename hack for open but unlinked files. Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed