commit | 27f485b5b27926878ffc8f528bdefeb25e6bd3d3 | [log] [tgz] |
---|---|---|
author | Tomoki Sekiyama <tomoki.sekiyama@gmail.com> | Mon Nov 22 19:29:23 2010 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Nov 30 10:24:50 2010 -0800 |
tree | 549ba041dcbcb95ada50b3d6bfb4e9a5a7d1f34b | |
parent | 28942bb6a9dd4e2ed793675e515cfb8297ed355b [diff] |
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>