From: Oliver Neukum Date: Wed, 13 Jan 2010 14:32:21 +0000 (+0100) Subject: USB: Remove BKL from lseek implementations X-Git-Tag: v2.6.34-rc1~215^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9de332ebf9df71892d52f7eb64af101a647349f;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed