[PATCH hurd] yyy fix remount

2015-07-11 Thread Justus Winter
--- libdiskfs/remount.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libdiskfs/remount.c b/libdiskfs/remount.c index 1ed622f..2b5d351 100644 --- a/libdiskfs/remount.c +++ b/libdiskfs/remount.c @@ -21,6 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */

Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault

2015-07-11 Thread James Clarke
I did some more digging around today. I think what’s happening is that ext2fs tries to handle a pager RPC while the disk is being remounted. We do call ports_inhibit_class_rpcs, which will wait until all RPCs for that class have finished. However, we call this with diskfs_protoid_class, which

Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault

2015-07-11 Thread Justus Winter
Quoting James Clarke (2015-07-11 22:33:44) I did some more digging around today. I think what’s happening is that ext2fs tries to handle a pager RPC while the disk is being remounted Sounds plausible. Could you try: http://darnassus.sceen.net/~teythoon/ext2fs.static I'll send the patch as