From: Jiri Slaby <jirislaby@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [PATCH 1/1] tty: BKL pushdown fix1
Date: Fri, 08 Feb 2008 22:42:53 +0100 [thread overview]
Message-ID: <47ACCCDD.5060307@gmail.com> (raw)
In-Reply-To: <1202506856-3403-1-git-send-email-jirislaby@gmail.com>
Oh, CCing Alan.
On 02/08/2008 10:40 PM, Jiri Slaby wrote:
> Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
> ---
> fs/compat_ioctl.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
> index c6e72ae..9663e87 100644
> --- a/fs/compat_ioctl.c
> +++ b/fs/compat_ioctl.c
> @@ -1046,7 +1046,7 @@ static int vt_check(struct file *file)
> struct inode *inode = file->f_path.dentry->d_inode;
> struct vc_data *vc;
>
> - if (file->f_op->ioctl != tty_ioctl)
> + if (file->f_op->unlocked_ioctl != tty_ioctl)
> return -EINVAL;
>
> tty = (struct tty_struct *)file->private_data;
next prev parent reply other threads:[~2008-02-08 21:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-08 15:42 [PATCH] tty: BKL pushdown Alan Cox
2008-02-08 19:04 ` [PATCH 1/1] tty: BKL pushdown fix Jiri Slaby
2008-02-08 21:35 ` Andrew Morton
2008-02-08 21:38 ` Jiri Slaby
2008-02-08 21:40 ` [PATCH 1/1] tty: BKL pushdown fix1 Jiri Slaby
2008-02-08 21:42 ` Jiri Slaby [this message]
2008-02-08 21:50 ` Alan Cox
2008-02-08 22:11 ` [PATCH 1/1] tty: BKL pushdown fix Andrew Morton
2008-02-08 22:15 ` Jiri Slaby
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=47ACCCDD.5060307@gmail.com \
--to=jirislaby@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.