Files
twx-linux/fs/debugfs
Jens Axboe 02ee43fcfd fix debugfs inode leak
Looking at the reiser4 crash, I found a leak in debugfs. In
debugfs_mknod(), we create the inode before checking if the dentry
already has one attached. We don't free it if that is the case.

Signed-off-by: Jens Axboe <axboe@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2006-08-11 22:43:42 +02:00
..
2006-08-11 22:43:42 +02:00