From: Miklos Szeredi Date: Mon, 27 Oct 2014 12:48:48 +0000 (+0100) Subject: ovl: fix check for cursor X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~14^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2096537d40f026672c4c6adfcd7247ce5799604;p=pandora-kernel.git ovl: fix check for cursor ovl_cache_entry.name is now an array not a pointer, so it makes no sense test for it being NULL. Detected by coverity. From: Miklos Szeredi Fixes: 68bf8611076a ("overlayfs: make ovl_cache_entry->name an array instead of +pointer") Signed-off-by: Miklos Szeredi Signed-off-by: Al Viro --- Reading git-diff-tree failed