Searched hist:"40 e2e97316af6e62affab7a392e792494b8d9dde" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | aops.c | diff 40e2e97316af6e62affab7a392e792494b8d9dde Sun Jul 18 16:17:09 CDT 2010 Christoph Hellwig <hch@infradead.org> direct-io: move aio_complete into ->end_io
Filesystems with unwritten extent support must not complete an AIO request until the transaction to convert the extent has been commited. That means the aio_complete calls needs to be moved into the ->end_io callback so that the filesystem can control when to call it exactly.
This makes a bit of a mess out of dio_complete and the ->end_io callback prototype even more complicated.
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Alex Elder <aelder@sgi.com>
|
/openbmc/linux/fs/ |
H A D | direct-io.c | diff 40e2e97316af6e62affab7a392e792494b8d9dde Sun Jul 18 16:17:09 CDT 2010 Christoph Hellwig <hch@infradead.org> direct-io: move aio_complete into ->end_io
Filesystems with unwritten extent support must not complete an AIO request until the transaction to convert the extent has been commited. That means the aio_complete calls needs to be moved into the ->end_io callback so that the filesystem can control when to call it exactly.
This makes a bit of a mess out of dio_complete and the ->end_io callback prototype even more complicated.
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Alex Elder <aelder@sgi.com>
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff 40e2e97316af6e62affab7a392e792494b8d9dde Sun Jul 18 16:17:09 CDT 2010 Christoph Hellwig <hch@infradead.org> direct-io: move aio_complete into ->end_io
Filesystems with unwritten extent support must not complete an AIO request until the transaction to convert the extent has been commited. That means the aio_complete calls needs to be moved into the ->end_io callback so that the filesystem can control when to call it exactly.
This makes a bit of a mess out of dio_complete and the ->end_io callback prototype even more complicated.
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Alex Elder <aelder@sgi.com>
|
/openbmc/linux/include/linux/ |
H A D | fs.h | diff 40e2e97316af6e62affab7a392e792494b8d9dde Sun Jul 18 16:17:09 CDT 2010 Christoph Hellwig <hch@infradead.org> direct-io: move aio_complete into ->end_io
Filesystems with unwritten extent support must not complete an AIO request until the transaction to convert the extent has been commited. That means the aio_complete calls needs to be moved into the ->end_io callback so that the filesystem can control when to call it exactly.
This makes a bit of a mess out of dio_complete and the ->end_io callback prototype even more complicated.
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Alex Elder <aelder@sgi.com>
|