Re: [git pull] single_open() leak fixes

2013-05-05 Thread Roland Eggner
On 2013-05-05 Sunday at 06:54 +0100 Al Viro wrote: > A bunch of fixes for a moderately common class of bugs: file with > single_open() done by its ->open() and seq_release as its ->release(). > That leaks; fortunately, it's not _too_ common (either people manage to > RTFM that says "When usin

[git pull] single_open() leak fixes

2013-05-04 Thread Al Viro
A bunch of fixes for a moderately common class of bugs: file with single_open() done by its ->open() and seq_release as its ->release(). That leaks; fortunately, it's not _too_ common (either people manage to RTFM that says "When using single_open(), the programmer should use single_release