commit | 1f473e9c92ea458e60494561a2065a358b7239bb | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Dec 29 20:27:29 2008 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Dec 29 20:27:29 2008 +0100 |
tree | dc80484535ac987d49179c45f30f1fabadc8855a | |
parent | 3e0e29f7373ec96a1bd972790649524af7353f42 [diff] |
ide: IDE settings don't need an ide_lock held IDE settings are protected by ide_setting_mtx mutex so there is no need to hold ide_lock in ide_setting_ioctl(), ide_read_setting() and ide_proc_unregister_driver(). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>