commit | f15133df088ecadd141ea1907f2c96df67c729f0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri May 08 22:53:15 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 09 00:12:48 2015 -0400 |
tree | 3819082e853fffcae791d12616967964ca56733a | |
parent | 766c4cbfacd8634d7580bac6a1b8456e63de3e84 [diff] |
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 <viro@zeniv.linux.org.uk>