Oliver Neukum f9de332ebf 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>
2010-03-02 14:54:23 -08:00
..
2009-12-11 11:55:13 -08:00
2010-03-02 14:54:12 -08:00
2010-03-02 14:54:17 -08:00
2009-07-12 15:16:38 -07:00
2010-03-02 14:54:12 -08:00