From: Al Viro Date: Sat, 9 May 2015 02:53:15 +0000 (-0400) Subject: path_openat(): fix double fput() X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f15133df088ecadd141ea1907f2c96df67c729f0;p=pandora-kernel.git path_openat(): fix double fput() path_openat() jumps to the wrong place after do_tmpfile() - it has already done path_cleanup() (as part of path_lookupat() called by do_tmpfile()), so doing that again can lead to double fput(). Cc: stable@vger.kernel.org # v3.11+ Signed-off-by: Al Viro --- Reading git-diff-tree failed