]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit34d7219e47b14be8f923a7220f1b63bf2f513437
tree0e9eec639dc01bd649b39f2258bb17a6346cec43
parentd132123d1fcd56ff32c330911c24a0ad788694a0
parent89cee32da0cc06001e56ee1c74c4427df1f67f56
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