From: Mark Tinguely Date: Mon, 17 Jun 2013 20:35:57 +0000 (-0500) Subject: xfs: fix the symbolic link assert in xfs_ifree X-Git-Tag: v3.11-rc1~71^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725eb1eb2ae88c200466fec34bcf1fbce4b8eca3;p=pandora-kernel.git xfs: fix the symbolic link assert in xfs_ifree Adding an extended attribute to a symbolic link can force that link to an remote extent. xfs_inactive() incorrectly assumes that any symbolic link small enough to be in the inode core is incore, resulting in the remote extent to not be removed. xfs_ifree() will assert on presence of this leaked remote extent. Signed-off-by: Mark Tinguely Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed