Re: let's make libpager single-threaded

2014-05-27 Thread Richard Braun
On Fri, May 23, 2014 at 01:44:09AM +0200, Samuel Thibault wrote: Richard Braun, le Mon 05 May 2014 18:32:26 +0200, a écrit : On Mon, May 05, 2014 at 06:01:17PM +0200, Samuel Thibault wrote: ? The patch makes both ext2fs's service_paging_requests and libdiskfs' service_paging_requests

[PATCH v2] utils/mount: add mount options to create firmlinks.

2014-05-27 Thread Gabriele Giacone
* utils/mount.c (parse_opt): Add -B/--bind/--firmlink/-o bind mount options. (do_mount): Do not pass bind mount option to settrans, set firmlink fstype. (main): Likewise. --- utils/mount.c | 39 --- 1 file changed, 32 insertions(+), 7 deletions(-) diff