X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_vfs_multi.c;h=e4edb2cb357e328f8c906c7b01cf02ba9dd13a5a;hp=a36d9bfaa9d2ba8c21bcf5af02095ab947b07002;hb=27f18203551940abf35826a66978daf1b8124c6b;hpb=b4ce1bb1b46accb1619dc07164ef6945feded9db diff --git a/yaffs_vfs_multi.c b/yaffs_vfs_multi.c index a36d9bf..e4edb2c 100644 --- a/yaffs_vfs_multi.c +++ b/yaffs_vfs_multi.c @@ -3687,6 +3687,7 @@ static struct file_operations procfs_ops = { .open = yaffs_proc_open, .read = seq_read, .write = yaffs_proc_write, + .release = single_release, }; static int yaffs_procfs_init(void)