yaffs: Refactor allocator
[yaffs2.git] / yaffs_linux.h
index 4434e6c497b93598feacdcb91f139de3577e34c9..6832681d29bbacf9046d19a7fe0b6ddf5d938c35 100644 (file)
@@ -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))