From: Al Viro Date: Mon, 9 Mar 2015 03:36:51 +0000 (-0400) Subject: drop bogus check in file_open_root() X-Git-Tag: omap-for-v4.1/fixes-rc1~155^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b811e38af7540b385c898d83eb0198310343fd;p=pandora-kernel.git drop bogus check in file_open_root() For one thing, LOOKUP_DIRECTORY will be dealt with in do_last(). For another, name can be an empty string, but not NULL - no callers pass that and it would oops immediately if they would. Signed-off-by: Al Viro --- Reading git-diff-tree failed