mirror of
https://github.com/torvalds/linux.git
synced 2026-05-06 15:25:23 -04: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>