From: Al Viro Date: Thu, 6 Jun 2013 13:12:33 +0000 (-0400) Subject: do_last(): fix missing checks for LAST_BIND case X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~42^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc77daa783afcc56004d4ed3582983b234e01872;p=pandora-kernel.git do_last(): fix missing checks for LAST_BIND case /proc/self/cwd with O_CREAT should fail with EISDIR. /proc/self/exe, OTOH, should fail with ENOTDIR when opened with O_DIRECTORY. Signed-off-by: Al Viro --- Reading git-diff-tree failed