From ddafd514b1729718690c04b875035da60ec6ef04 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 26 May 2014 11:08:18 +0200 Subject: [PATCH] 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-format-patch failed