From: tomoki.sekiyama@gmail.com
To: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Cc: gregkh@suse.de, arnd@arndb.de,
Tomoki Sekiyama <tomoki.sekiyama@gmail.com>
Subject: [PATCH] USB: yurex: add .llseek fop to file_operations
Date: Mon, 22 Nov 2010 19:29:23 +0900 [thread overview]
Message-ID: <1290421763-44562-1-git-send-email-tomoki.sekiyama@gmail.com> (raw)
From: Tomoki Sekiyama <tomoki.sekiyama@gmail.com>
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>
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/misc/yurex.c b/drivers/usb/misc/yurex.c
index 719c618..ac5bfd6 100644
--- a/drivers/usb/misc/yurex.c
+++ b/drivers/usb/misc/yurex.c
@@ -536,6 +536,7 @@ static const struct file_operations yurex_fops = {
.open = yurex_open,
.release = yurex_release,
.fasync = yurex_fasync,
+ .llseek = default_llseek,
};
--
1.7.0
reply other threads:[~2010-11-22 10:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1290421763-44562-1-git-send-email-tomoki.sekiyama@gmail.com \
--to=tomoki.sekiyama@gmail.com \
--cc=arnd@arndb.de \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®