Merge tag 'floppy-for-5.12' of https://github.com/evdenis/linux-floppy into for-5...
authorJens Axboe <axboe@kernel.dk>
Thu, 4 Feb 2021 14:36:49 +0000 (07:36 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 4 Feb 2021 14:36:49 +0000 (07:36 -0700)
commit1dced56c3a788ba54df439c004e555164ab90642
tree0e9eec639dc01bd649b39f2258bb17a6346cec43
parent0d7389718c32ad6bb8bee7895c91e2418b6b26aa
parent8a0c014cd20516ade9654fc13b51345ec58e7be8
Merge tag 'floppy-for-5.12' of https://github.com/evdenis/linux-floppy into for-5.12/drivers

Pull floppy fix from Denis:

"Floppy patch for 5.12

- O_NDELAY/O_NONBLOCK fix for floppy from Jiri Kosina.
  libblkid is using O_NONBLOCK when probing devices.
  This leads to pollution of kernel log with error
  messages from floppy driver. Also the driver fails
  a mount prior to being opened without O_NONBLOCK
  at least once. The patch fixes the issues."

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