X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_linux.h;h=6832681d29bbacf9046d19a7fe0b6ddf5d938c35;hp=4434e6c497b93598feacdcb91f139de3577e34c9;hb=780469359d1051ab37ab281b0520137d73fee2e9;hpb=0333f489a25b05a4c0176258204eee1db9e8c9e0 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))