]> git.baikalelectronics.ru Git - kernel.git/commit
USB: yurex: add .llseek fop to file_operations
authorTomoki Sekiyama <tomoki.sekiyama@gmail.com>
Mon, 22 Nov 2010 10:29:23 +0000 (19:29 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 30 Nov 2010 18:24:50 +0000 (10:24 -0800)
commit3e36c9ad373a73361e08fac035d26ffcdd5b32e6
tree549ba041dcbcb95ada50b3d6bfb4e9a5a7d1f34b
parent8b2262888fe3e82e3b506f90042e9b4c6f8f2d18
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 <tomoki.sekiyama@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/yurex.c