[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1454524816-11392-1-git-send-email-hch@lst.de>
Date: Wed, 3 Feb 2016 19:40:13 +0100
From: Christoph Hellwig <hch@....de>
To: linux-fsdevel@...r.kernel.org, xfs@....sgi.com,
linux-ext4@...r.kernel.org, ocfs2-devel@....oracle.com
Subject: vfs/xfs: directio updates to ease COW handling V2
See http://www.infradead.org/rpr.html
The first patch ensures ->end_io is always called for direct I/O requests
that pass it in, even if there was a zero length write, or if an error
occured. The existing users have been updated to ignore it, but XFS
will make use of it in the future, and a comment in ext4 suggests it
might be useful for it as well.
The other two simplify the XFS direct I/O code.
Changes since V1:
- allow ->end_io to return errors
- a comment spelling fix
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists