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