• Alexander Viro's avatar
    [PATCH] gratitious MOD_INC_USE_COUNT · f7efec4a
    Alexander Viro authored
    dasd_proc.c : should be using ->owner instead of MOD_..._USE_COUNT in
    ->open()/->release().
    
    s390/char/tape.c, s390/char/tapechar.c, usb/image/scanner.c,
    intermezzo/psdev.c: ditto
    
    intermezzo/super.c: they forgot to remove MOD_INC_USE_COUNT from the
    ..._fill_super()
    
    binfmt_som.c: ->load_binary() and ->load_library() don't need
    MOD_INC_USE_COUNT, since ->module is correctly set.
    f7efec4a
scanner.c 35.1 KB