Merge tag 'floppy-for-5.15' of https://github.com/evdenis/linux-floppy into for-5...
authorJens Axboe <axboe@kernel.dk>
Sun, 29 Aug 2021 12:50:58 +0000 (06:50 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Aug 2021 12:50:58 +0000 (06:50 -0600)
commitb5b0eba590f08e2b06c830b8343c1da7059c7a88
tree3f65512ea1fbff6549f74b824fd3ce2f044d843b
parent461d971215dfb55bcd5f7d040b2b222592040f95
parentc7e9d0020361f4308a70cdfd6d5335e273eb8717
Merge tag 'floppy-for-5.15' of https://github.com/evdenis/linux-floppy into for-5.15/drivers

Pull floppy fix from Denis:

"Bring back O_NDELAY for floppy

 Only one commit this time with revert of O_NDELAY removal for the floppy.
 Users reported that the commit breaks userspace utils and known floppy
 workflow patterns. We already reverted the same commit back in 2016
 presumably for the same reason. Completely drop O_NDELAY for floppy seems
 excessive to solve problems it introduces.

 I started to write basic selftests for the floppy to prevent this kind of
 userspace breaks in the future.

Signed-off-by: Denis Efremov <efremov@linux.com>"
* tag 'floppy-for-5.15' of https://github.com/evdenis/linux-floppy:
  Revert "floppy: reintroduce O_NDELAY fix"