]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fix struct file leakage
authorKirill Korotaev <dev@sw.ru>
Wed, 30 Aug 2006 20:55:59 +0000 (22:55 +0200)
committerAdrian Bunk <bunk@stusta.de>
Wed, 30 Aug 2006 20:55:59 +0000 (22:55 +0200)
commit26c0273b7f4b1510eec4f0f92d19971dc0c2fd67
treed3de17af137b40fda19f82eb4198283d43f4d115
parentcbca4f2e2cba4f8d4482d6ddd21199b71c2476b0
fix struct file leakage

2.6.16 leaks like hell. While testing, I found massive filp leakage
(reproduced in openvz) in the bowels of namei.c.

Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/namei.c