Thread (27 messages) 27 messages, 4 authors, 2017-05-31

Re: [PATCH 09/10] xfs: nowait aio support

From: Christoph Hellwig <hch@infradead.org>
Date: 2017-05-28 09:31:24
Also in: linux-api, linux-btrfs, linux-ext4, linux-fsdevel, linux-xfs

Despite my previous reviewed-by tag this will need another fix:

xfs_file_iomap_begin needs to return EAGAIN if we don't have the extent
list in memoery already.  E.g. something like this:

	if ((flags & IOMAP_NOWAIT) && !(ip->i_d.if_flags & XFS_IFEXTENTS)) {
		error = -EAGAIN;
		goto out_unlock;
	}

right after locking the ilock.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help