Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v9fs_mount v9fs_session_init v9fs_cache_session_get_cookie v9fs_random_cachetag -->alloc cachetag v9ses->fscache = fscache_acquire_cookie -->maybe NULL sb = sget -->fail, goto clunk clunk_fid: v9fs_session_close if (v9ses->fscache) -->NULL kfree(v9ses->cachetag) Thus memleak happens. Link: http://lkml.kernel.org/r/[email protected] Fixes: 60e78d2 ("9p: Add fscache support to 9p") Cc: <[email protected]> # v2.6.32+ Signed-off-by: Zheng Bin <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
- Loading branch information