From: Andrew Morton Date: Tue, 14 Oct 2008 01:42:07 +0000 (-0700) Subject: misdn: use nonseekable_open() X-Git-Tag: v2.6.28-rc1~580^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bff338bb60cb97f4ad06aa20f5c8e547eb1bc7a;p=pandora-kernel.git misdn: use nonseekable_open() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed