lkml.org 
[lkml]   [2009]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] macintosh: Explicitly set llseek to no_llseek in ans-lcd
    From 0c2b412cdccf73bdeb19bb866bfe556942eaeca2 Mon Sep 17 00:00:00 2001
    From: John Kacur <jkacur@redhat.com>
    Date: Wed, 21 Oct 2009 23:01:12 +0200
    Subject: [PATCH] macintosh: Explicitly set llseek to no_llseek in ans-lcd

    Now that we've removed the BKL here, let's explicitly set lleek to no_llseek

    Signed-off-by: John Kacur <jkacur@redhat.com>
    ---
    drivers/macintosh/ans-lcd.c | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
    index 4ae8ec9..a1a1bde 100644
    --- a/drivers/macintosh/ans-lcd.c
    +++ b/drivers/macintosh/ans-lcd.c
    @@ -137,6 +137,7 @@ const struct file_operations anslcd_fops = {
    .write = anslcd_write,
    .unlocked_ioctl = anslcd_ioctl,
    .open = anslcd_open,
    + .llseedk = no_llseek,
    };

    static struct miscdevice anslcd_dev = {
    --
    1.6.0.6



    \
     
     \ /
      Last update: 2009-10-21 23:11    [W:4.540 / U:0.256 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site