commit | d02db4f8d79c5841ba32b326edb75ea6acd081ca | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Mon Nov 01 12:46:10 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Mon Nov 01 15:31:42 2010 -0400 |
tree | ee753e0f72929c143b16ba4723ff2c1b4eaefade | |
parent | 2c7387ef9969bb073c25ecbdcc5be30770267b16 [diff] |
arch/tile: mark "hardwall" device as non-seekable 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>