Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1659784

Re: [PATCH] Fix loop device flush before configure

From Christoph Hellwig <hch@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH] Fix loop device flush before configure
Date 2017-06-07 15:20 +0200
Message-ID <tPJ2q-77i-13@gated-at.bofh.it> (permalink)
References <tPF8u-4Fk-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> Testing steps are following:
> modprobe loop max_loop=64
> dd if=/dev/zero of=disk bs=512 count=200K
> for((i=0;i<4;i++))do losetup -f disk; done
> mkfs.ext4 -F /dev/loop0
> for((i=0;i<4;i++))do mkdir t$i; mount /dev/loop$i t$i;done
> for f in `ls /dev/loop[0-9]*|sort`; do \
> 	echo $f; dd if=$f of=/dev/null  bs=512 count=1; \
> 	done

Can you write this up for blktests, please?

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Fix loop device flush before configure James Wang <jnwang@suse.com> - 2017-06-07 11:10 +0200
  Re: [PATCH] Fix loop device flush before configure Ming Lei <ming.lei@redhat.com> - 2017-06-07 11:30 +0200
    答复: Re: [PATCH] Fix loop device flush before configure "Jin Nan Wang" <jnwang@suse.com> - 2017-06-07 12:00 +0200
  Re: [PATCH] Fix loop device flush before configure Christoph Hellwig <hch@infradead.org> - 2017-06-07 15:20 +0200
    Re: [PATCH] Fix loop device flush before configure James Wang <jnwang@suse.com> - 2017-06-08 02:50 +0200
      Re: [PATCH] Fix loop device flush before configure Christoph Hellwig <hch@infradead.org> - 2017-06-08 09:00 +0200
        Re: [PATCH] Fix loop device flush before configure James Wang <jnwang@suse.com> - 2017-06-08 09:10 +0200

csiph-web