comparison yaffs_linux.h @ 398:a688086ddd0c

Add nfs support. This is a modified version of the patch suplied by Jean-Loup Sabatier Signed-off-by: Charles Manning <cdhmanning@gmail.com>
author Charles Manning <cdhmanning@gmail.com>
date Tue, 30 Mar 2010 14:42:21 +1300
parents 952d0cdd1cbc
children b5309c9b6d7f
comparison
equal deleted inserted replaced
397:fab223fcc02c 398:a688086ddd0c
30 * at compile time so we have to allocate it. 30 * at compile time so we have to allocate it.
31 */ 31 */
32 struct mtd_info *mtd; 32 struct mtd_info *mtd;
33 struct ylist_head searchContexts; 33 struct ylist_head searchContexts;
34 void (*putSuperFunc)(struct super_block *sb); 34 void (*putSuperFunc)(struct super_block *sb);
35
36 struct task_struct *readdirProcess;
35 }; 37 };
36 38
37 #define yaffs_DeviceToContext(dev) ((struct yaffs_LinuxContext *)((dev)->context)) 39 #define yaffs_DeviceToContext(dev) ((struct yaffs_LinuxContext *)((dev)->context))
38 40
39 #endif 41 #endif