From: Tomoki Sekiyama Date: Mon, 22 Nov 2010 10:29:23 +0000 (+0900) Subject: USB: yurex: add .llseek fop to file_operations X-Git-Tag: v2.6.37-rc5~31^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f485b5b27926878ffc8f528bdefeb25e6bd3d3;p=pandora-kernel.git USB: yurex: add .llseek fop to file_operations Default llseek operation behavior was changed by the patch named "vfs: make no_llseek the default" after the yurex driver had been merged, so the llseek to yurex is now ignored. This patch add llseek fop with default_llseek to yurex driver to catch up to the change. Signed-off-by: Tomoki Sekiyama Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed