diff options
author | John Kacur <jkacur@redhat.com> | 2010-07-04 00:02:31 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-07-05 18:07:30 +0200 |
commit | 171d9f7d786681e76bb289d01d8f897cbc50de57 (patch) | |
tree | 5d05843426e6e3a95b9744e43d96586bc2ab5c06 /usr | |
parent | 65ee2ba3105f6ca3b8814d993682d4f21a1f0d8d (diff) | |
download | kernel_samsung_crespo-171d9f7d786681e76bb289d01d8f897cbc50de57.zip kernel_samsung_crespo-171d9f7d786681e76bb289d01d8f897cbc50de57.tar.gz kernel_samsung_crespo-171d9f7d786681e76bb289d01d8f897cbc50de57.tar.bz2 |
soundcore_open: Reduce the area BKL coverage
Most of this function is protected by the sound_loader_lock.
We can push down the BKL to this call out err = file->f_op->open(inode,file);
In order to build the sound core without the BKL, we
will need to push the lock_kernel() call into the ~20
device drivers that register their file operations.
Signed-off-by: John Kacur <jkacur@redhat.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions