Re: [PATCH] WIP: Fix ext2fs remount race condition
Hi James :) a few nitpicks upfront: Quoting James Clarke (2015-07-22 02:46:48) > --- a/ext2fs/ext2fs.c > +++ b/ext2fs/ext2fs.c > @@ -207,10 +207,28 @@ main (int argc, char **argv) > error_t > diskfs_reload_global_state () > { > + error_t err; > + >pokel_flush (&global_pokel); >pager_f
[PATCH] WIP: Fix ext2fs remount race condition
--- ext2fs/ext2fs.c | 18 +++ ext2fs/ext2fs.h | 6 +++ ext2fs/pager.c | 35 +- fatfs/fatfs.h| 2 + fatfs/pager.c| 35 +- libdiskfs/disk-pager.c | 3 +- libdiskfs/diskfs-pager.h | 1 + libpager/demuxer.c