mirror of
https://github.com/torvalds/linux
synced 2026-07-03 08:12:50 +09:00
Arnd's recent patch series tagged this device with noop_llseek, conservatively. In fact, it should be no_llseek, which we arrange for by opening the device with nonseekable_open(). Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>