]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jul 2018 19:32:19 +0000 (12:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jul 2018 19:32:19 +0000 (12:32 -0700)
commit5d6b036a450c27282ad658f217f35dbe0b6dc60c
treefde3fdcf9f6fc3bbafaa8ed0964f689cb5b79c57
parent05d5ce1ad085238f8b66e3e969e740096aaf60ed
parentb6e761c2402cd369a9680a11c4a8f77eb322b9cf
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

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