Re: loop: it looks like REQ_OP_FLUSH could return before IO completion.

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

 



On Mon, 21 Mar 2022, Ming Lei wrote:
> On Sat, Mar 19, 2022 at 10:14:29AM -0700, Eric Wheeler wrote:
> > Hello all,
> > 
> > In loop.c do_req_filebacked() for REQ_OP_FLUSH, lo_req_flush() is called: 
> > it does not appear that lo_req_flush() does anything to make sure 
> > ki_complete has been called for pending work, it just calls vfs_fsync().
> > 
> > Is this a consistency problem?
> 
> No. What FLUSH command provides is just flushing cache in device side to
> storage medium, so it is nothing to do with pending request.

If a flush follows a series of writes, would it be best if the flush 
happened _after_ those writes complete?  Then then the storage medium will 
be sure to flush what was intended to be written.

It seems that this series of events could lead to inconsistent data:
	loop		->	filesystem
	write a
	write b
	flush
				write a
				flush
				write b
				crash, b is lost

If write+flush ordering is _not_ important, then can you help me 
understand why?

-Eric



> 
> 
> Thanks, 
> Ming
> 
> 



[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux