From: Eric Sandeen Date: Mon, 26 Jan 2009 02:53:00 +0000 (-0600) Subject: don't reallocate sxp variable passed into xfs_swapext X-Git-Tag: v2.6.29-rc4~63^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e0059b9c18426cffdcc04161062251a8f9741e;p=pandora-kernel.git don't reallocate sxp variable passed into xfs_swapext fixes kernel.org bugzilla 12538, xfs_fsr fails on 2.6.29-rc kernels Regression caused by 743bb4650da9e2595d6cedd01c680b5b9398c74a This was an embarrasing mistake, reallocating the sxp pointer passed in from the main ioctl switch. Signed-off-by: Eric Sandeen Tested-by: Paul Martin Reviewed-by: Felix Blyakher Signed-off-by: Felix Blyakher --- Reading git-diff-tree failed