diff options
author | 2012-01-08 19:40:27 -0500 | |
---|---|---|
committer | 2012-01-08 20:19:03 -0500 | |
commit | 3850aba74873aa47fefe6900b99f42f5e656a6e7 (patch) | |
tree | 24f91e8cf4296a86678553809a935f355ae88de0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ... and the same for gadgetfs (diff) | |
download | linux-dev-3850aba74873aa47fefe6900b99f42f5e656a6e7.tar.xz linux-dev-3850aba74873aa47fefe6900b99f42f5e656a6e7.zip |
devpts: fix double-free on mount failure
devpts_kill_sb() is called even if devpts_fill_super() fails;
we should not do that kfree() in the latter, especially not
with ->s_fs_info left pointing to freed object. Double kfree()
is a Bad Thing(tm)...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions