From: Tobias Klauser Date: Mon, 26 May 2014 09:08:18 +0000 (+0200) Subject: staging/lustre/llite: Remove unnecessary check for NULL before iput() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddafd514b1729718690c04b875035da60ec6ef04;p=pandora-kernel.git staging/lustre/llite: Remove unnecessary check for NULL before iput() iput() already checks for the inode being NULL, thus it's unnecessary to check before calling. Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed