From: Axel Lin Date: Sat, 16 Nov 2013 08:15:23 +0000 (+0800) Subject: devtmpfs: Calling delete_path() only when necessary X-Git-Tag: v3.14-rc1~151^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbde7c6119f99a0e316ad1a8fe0788bd76d277b1;p=pandora-kernel.git devtmpfs: Calling delete_path() only when necessary The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary. Signed-off-by: Axel Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed