From: Andrew Morton Date: Fri, 23 Jun 2006 09:05:32 +0000 (-0700) Subject: [PATCH] ext3_clear_inode(): avoid kfree(NULL) X-Git-Tag: v2.6.18-rc1~1081^2~54 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6022603b9aa7d61d20b392e69edcdbbc1789969;p=pandora-kernel.git [PATCH] ext3_clear_inode(): avoid kfree(NULL) Steven Rostedt points out that `rsv' here is usually NULL, so we should avoid calling kfree(). Also, fix up some nearby whitespace damage. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed