]> 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)
commit3b2efb72c0bdcd3432cd3c7849fee4741850d6e6
tree863724f219eb1497e6a42734e49d83614dbfa4d9
parent3765eaabc7de9f5b7be1b97a4be27da148899634
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