]> bbs.cooldavid.org Git - net-next-2.6.git/commit
arch/tile: mark "hardwall" device as non-seekable
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 1 Nov 2010 16:46:10 +0000 (12:46 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 1 Nov 2010 19:31:42 +0000 (15:31 -0400)
commitd02db4f8d79c5841ba32b326edb75ea6acd081ca
treeee753e0f72929c143b16ba4723ff2c1b4eaefade
parent2c7387ef9969bb073c25ecbdcc5be30770267b16
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>
arch/tile/kernel/hardwall.c