Skip to content
Commit 02f4865f authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 73029e0f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment