summaryrefslogtreecommitdiff
path: root/yaffs_linux.h
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-06-09 11:04:34 +1200
committerCharles Manning <cdhmanning@gmail.com>2010-06-14 11:42:09 +1200
commit8c9cad909837025664f112c900fb4f7d02cecae6 (patch)
treedd7c80df4af1a2c798c3af75f34544f65b6449ff /yaffs_linux.h
parentc3e035fe74c2aa3bf6ff00aa715a264232cc09a7 (diff)
yaffs: Refactor allocator
Refactoring the allocator allows alternate allocators to be switched in more easily Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_linux.h')
-rw-r--r--yaffs_linux.h1
1 files changed, 1 insertions, 0 deletions
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))