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=e1cc6e41366587ff0bdb7e246b5f17d230c13226;hpb=eb65ac45ecf8279ba5c8657c302a3df32f0af06e 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)