X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_fs.c;fp=yaffs_fs.c;h=f0c2771ece0b0339cc6eb27c549a7310041b9ebb;hp=031c390c11dc13b6fdcca92d54ea5c146ff5d38b;hb=29e2dccbc8145ce3fd337a91a266d29e9b0f3f60;hpb=196cd2318144d4de74087e318f312c8ab6d77770 diff --git a/yaffs_fs.c b/yaffs_fs.c index 031c390..f0c2771 100644 --- a/yaffs_fs.c +++ b/yaffs_fs.c @@ -2573,7 +2573,7 @@ static struct super_block *yaffs_internal_read_super(int yaffsVersion, yaffs_DeviceParam *param; yaffs_options options; - + unsigned mount_id; int found; struct yaffs_LinuxContext *context_iterator; @@ -2892,7 +2892,7 @@ static struct super_block *yaffs_internal_read_super(int yaffsVersion, } } context->mount_id = mount_id; - + ylist_add_tail(&(yaffs_DeviceToContext(dev)->contextList), &yaffs_context_list); up(&yaffs_context_lock);