From: Takashi Iwai Date: Tue, 13 Apr 2010 09:49:04 +0000 (+0200) Subject: ALSA: core - Define llseek fops X-Git-Tag: v2.6.35-rc1~478^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f4865fa415a87de28cc8c2e4d798ff46be1cf8;p=pandora-kernel.git ALSA: core - Define llseek fops Set no_llseek to llseek file ops of each sound component (but for hwdep). This avoids the implicit BKL invocation via generic_file_llseek() used as default when fops.llseek is NULL. Also call nonseekable_open() at each open ops to ensure the file flags have no seek bit. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed