misdn: use nonseekable_open()
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 14 Oct 2008 01:42:07 +0000 (18:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Oct 2008 01:42:07 +0000 (18:42 -0700)
The driver just sets ->llseek to NULL.  It should also clear FMODE_LSEEK to
tell the VFS that seeks are not supported.

Pointed out by Christoph Hellwig.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found