X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=yaffs_linux.h;h=6832681d29bbacf9046d19a7fe0b6ddf5d938c35;hb=8377012a45290769766c4ed5e5e80c64e88db3ac;hp=4434e6c497b93598feacdcb91f139de3577e34c9;hpb=0333f489a25b05a4c0176258204eee1db9e8c9e0;p=yaffs2.git diff --git a/yaffs_linux.h b/yaffs_linux.h index 4434e6c..6832681 100644 --- a/yaffs_linux.h +++ b/yaffs_linux.h @@ -34,6 +34,7 @@ struct yaffs_LinuxContext { void (*putSuperFunc)(struct super_block *sb); struct task_struct *readdirProcess; + unsigned mount_id; }; #define yaffs_DeviceToContext(dev) ((struct yaffs_LinuxContext *)((dev)->context))