Files
mirror_zfs/module/os/linux/zfs
Brian Behlendorf 63b18e4097 Fix O_APPEND for Linux 3.15 and older kernels
When using a Linux kernel which predates the iov_iter interface the
O_APPEND flag should be applied in zpl_aio_write() via the call to
generic_write_checks().  The updated pos variable  was incorrectly
ignored resulting in the current offset being used.

This issue should only realistically impact the RHEL/CentOS 7.x
kernels which are based on Linux 3.10.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #13370 
Closes #13377
2022-04-27 12:56:17 -07:00
..
2022-03-14 12:37:39 -07:00
2022-01-26 11:38:52 -08:00
2022-03-18 06:47:57 -06:00
2022-03-15 15:13:42 -07:00
2019-09-12 13:33:44 -07:00
2022-02-15 15:54:25 -08:00
2022-03-15 15:13:42 -07:00
2022-04-26 10:52:40 -07:00
2022-03-15 15:13:42 -07:00
2022-03-15 15:13:42 -07:00
2022-03-15 15:13:42 -07:00
2022-02-18 09:34:03 -08:00