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)
commitb5edfd27699de420f3af2c34fc7ad9686f169933
tree863724f219eb1497e6a42734e49d83614dbfa4d9
parent3dc20cb282ec03cc4c997130d680c800011ed479
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