bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] Fix race condition in ext2fs when remounting


From: Justus Winter
Subject: Re: [PATCH v3] Fix race condition in ext2fs when remounting
Date: Fri, 14 Aug 2015 14:16:33 +0200
User-agent: alot/0.3.5

Quoting James Clarke (2015-07-23 19:33:42)
> diff --git a/libdiskfs/disk-pager.c b/libdiskfs/disk-pager.c
> index 008aa2d..33b109c 100644
> --- a/libdiskfs/disk-pager.c
> +++ b/libdiskfs/disk-pager.c
> @@ -24,6 +24,7 @@
>  __thread struct disk_image_user *diskfs_exception_diu;
>  
>  struct pager *diskfs_disk_pager;
> +struct requests *diskfs_disk_pager_requests;

struct pager_requests

Justus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]