kernel-fxtec-pro1x/drivers/isdn/hardware/eicon
Arnd Bergmann 76a64921da isdn: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial
way to serialize their private file operations,
typically resulting from an earlier semi-automatic
pushdown from VFS.

None of these drivers appears to want to lock against
other code, and they all use the BKL as the top-level
lock in their file operations, meaning that there
is no lock-order inversion problem.

Consequently, we can remove the BKL completely,
replacing it with a per-file mutex in every case.
Using a scripted approach means we can avoid
typos.

file=$1
name=$2
if grep -q lock_kernel ${file} ; then
    if grep -q 'include.*linux.mutex.h' ${file} ; then
            sed -i '/include.*<linux\/smp_lock.h>/d' ${file}
    else
            sed -i 's/include.*<linux\/smp_lock.h>.*$/include <linux\/mutex.h>/g' ${file}
    fi
    sed -i ${file} \
        -e "/^#include.*linux.mutex.h/,$ {
                1,/^\(static\|int\|long\)/ {
                     /^\(static\|int\|long\)/istatic DEFINE_MUTEX(${name}_mutex);

} }"  \
    -e "s/\(un\)*lock_kernel\>[ ]*()/mutex_\1lock(\&${name}_mutex)/g" \
    -e '/[      ]*cycle_kernel_lock();/d'
else
    sed -i -e '/include.*\<smp_lock.h\>/d' ${file}  \
                -e '/cycle_kernel_lock()/d'
fi

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-07-12 20:21:47 -07:00
..
adapter.h
capi20.h
capidtmf.c
capidtmf.h
capifunc.c
capifunc.h
capimain.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
cardtype.h
cp_vers.h
dadapter.c
dadapter.h
debug.c drivers/isdn/hardware/icon: fix sparse warning: cast truncates bits 2009-02-27 01:00:42 -08:00
debug_if.h
debuglib.c
debuglib.h fix similar typos to successfull 2009-01-08 08:31:15 -08:00
dfifo.h
di.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
di.h
di_dbg.h
di_defs.h
did_vers.h
diddfunc.c
diva.c
diva.h
diva_didd.c proc_fops: convert drivers/isdn/ to seq_file 2010-01-14 03:10:54 -08:00
diva_dma.c
diva_dma.h
diva_pci.h
divacapi.h
divamnt.c isdn: autoconvert trivial BKL users to private mutex 2010-07-12 20:21:47 -07:00
divasfunc.c
divasi.c isdn: autoconvert trivial BKL users to private mutex 2010-07-12 20:21:47 -07:00
divasmain.c isdn: autoconvert trivial BKL users to private mutex 2010-07-12 20:21:47 -07:00
divasproc.c proc_fops: convert drivers/isdn/ to seq_file 2010-01-14 03:10:54 -08:00
divasync.h
dqueue.c
dqueue.h
dsp_defs.h
dsp_tst.h
dspdids.h
dsrv4bri.h
dsrv_bri.h
dsrv_pri.h
entity.h
helpers.h
idifunc.c
io.c
io.h
istream.c
Kconfig
kst_ifc.h
maintidi.c Merge branch 'for-next' into for-linus 2009-12-07 18:36:35 +01:00
maintidi.h
Makefile
man_defs.h
mdm_msg.h
message.c i4l: change magic numbers in Eicon DIVA ISDN driver to symbolic names 2010-03-15 15:47:02 -07:00
mi_pc.h
mntfunc.c
os_4bri.c ISDN: ARRAY_SIZE changes 2009-07-25 20:23:05 +02:00
os_4bri.h
os_bri.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
os_bri.h
os_capi.h
os_pri.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
os_pri.h
pc.h
pc_init.h
pc_maint.h
pkmaint.h
platform.h
pr_pc.h
s_4bri.c
s_bri.c
s_pri.c
sdp_hdr.h
um_idi.c
um_idi.h
um_xdi.h
xdi_adapter.h
xdi_msg.h
xdi_vers.h