Home
last modified time | relevance | path

Searched hist:f9de332e (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/core/
H A Ddevices.cf9de332e Wed Jan 13 08:32:21 CST 2010 Oliver Neukum <oliver@neukum.org> USB: Remove BKL from lseek implementations

Replace it by
mutex_lock(&file->f_dentry->d_inode->i_mutex);
following the example of the generic method

Signed-off-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
f9de332e Wed Jan 13 08:32:21 CST 2010 Oliver Neukum <oliver@neukum.org> USB: Remove BKL from lseek implementations

Replace it by
mutex_lock(&file->f_dentry->d_inode->i_mutex);
following the example of the generic method

Signed-off-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Ddevio.cf9de332e Wed Jan 13 08:32:21 CST 2010 Oliver Neukum <oliver@neukum.org> USB: Remove BKL from lseek implementations

Replace it by
mutex_lock(&file->f_dentry->d_inode->i_mutex);
following the example of the generic method

Signed-off-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
f9de332e Wed Jan 13 08:32:21 CST 2010 Oliver Neukum <oliver@neukum.org> USB: Remove BKL from lseek implementations

Replace it by
mutex_lock(&file->f_dentry->d_inode->i_mutex);
following the example of the generic method

Signed-off-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>