]> git.baikalelectronics.ru Git - kernel.git/commit
hppfs: fix the leaks on close()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Apr 2013 19:34:01 +0000 (15:34 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 19:41:41 +0000 (15:41 -0400)
commit03e7bc960438b8dcb49c3527358a2e6d1ef40236
tree863724f219eb1497e6a42734e49d83614dbfa4d9
parent713c67614c9731795259e137a84301e505ae9d89
hppfs: fix the leaks on close()

we need to close the underlying procfs file and free ->private_data

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hppfs/hppfs.c