X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_linux.h;h=6832681d29bbacf9046d19a7fe0b6ddf5d938c35;hb=8c9cad909837025664f112c900fb4f7d02cecae6;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))