https://github.com/torvalds/linux
Revision 4a770e638f531d078b580a5a24412c5e5f8f7ddb authored by Linus Torvalds on 01 July 2018, 19:32:19 UTC, committed by Linus Torvalds on 01 July 2018, 19:32:19 UTC
Pull vfs fix from Al Viro:
 "Followup to procfs-seq_file series this window"

This fixes a memory leak by making sure that proc seq files release any
private data on close.  The 'proc_seq_open' has to be properly paired
with 'proc_seq_release' that releases the extra private data.

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  proc: add proc_seq_release
2 parent s d7563ca + 877f919
History
Tip revision: 4a770e638f531d078b580a5a24412c5e5f8f7ddb authored by Linus Torvalds on 01 July 2018, 19:32:19 UTC
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Tip revision: 4a770e6

back to top