diff options
| author | Christoph Hellwig <[email protected]> | 2023-08-09 15:05:35 -0700 |
|---|---|---|
| committer | Christian Brauner <[email protected]> | 2023-08-10 10:34:54 +0200 |
| commit | 2a9311adb87c98599989b80405fe2c60cd4075dd (patch) | |
| tree | 39df3f9806db9fbe040c34fb66ac2ef5c67f69d8 /tools/perf/scripts/python | |
| parent | 1aa2d074d4c777e2150382878d0a5611d829b380 (diff) | |
xfs: free the xfs_mount in ->kill_sb
As a rule of thumb everything allocated to the fs_context and moved into
the super_block should be freed by ->kill_sb so that the teardown
handling doesn't need to be duplicated between the fill_super error
path and put_super. Implement a XFS-specific kill_sb method to do that.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Christian Brauner <[email protected]>
Reviewed-by: "Darrick J. Wong" <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions