diff options
author | 2011-12-13 02:47:29 +0100 | |
---|---|---|
committer | 2011-12-14 00:45:33 -0500 | |
commit | 759c361eb95964d0d786f8962224dd0d9e780e6e (patch) | |
tree | 9a054b2e2993dafd4bc87871192afdf532e09ad6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | configfs: register_filesystem() called too early (diff) | |
download | linux-dev-759c361eb95964d0d786f8962224dd0d9e780e6e.tar.xz linux-dev-759c361eb95964d0d786f8962224dd0d9e780e6e.zip |
fs/ncpfs: fix error paths and goto statements in ncp_fill_super()
The label 'out_bdi' should be followed by bdi_destroy() instead of
fput() which should be after the 'out_fput' label.
If bdi_setup_and_register() fails then jump to the 'out_fput' label
instead of the 'out_bdi' one.
If fget(data.info_fd) fails then jump to the previously fixed 'out_bdi'
label to call bdi_destroy() otherwise the bdi object will not be
destroyed.
Compile tested only.
Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
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