Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is a kernel memory leak observed when the proc file /proc/fs/fscache/stats is read. The reason is that in fscache_stats_open, single_open is called and the respective release function is not called during release. Hence fix with correct release function - single_release(). Addresses https://bugzilla.kernel.org/show_bug.cgi?id=57101 Signed-off-by: Anurup m <[email protected]> Cc: shyju pv <[email protected]> Cc: Sanil kumar <[email protected]> Cc: Nataraj m <[email protected]> Cc: Li Zefan <[email protected]> Cc: David Howells <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information