From 285f46c0040a21af1febe3d99d602a48f9dc0eaf Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 1 Nov 2010 12:46:10 -0400 Subject: [PATCH] --- yaml --- r: 221578 b: refs/heads/master c: d02db4f8d79c5841ba32b326edb75ea6acd081ca h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/tile/kernel/hardwall.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 12b8fe05a105..8b0ebcb9c731 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c7387ef9969bb073c25ecbdcc5be30770267b16 +refs/heads/master: d02db4f8d79c5841ba32b326edb75ea6acd081ca diff --git a/trunk/arch/tile/kernel/hardwall.c b/trunk/arch/tile/kernel/hardwall.c index 70b829a15ae5..e910530436e6 100644 --- a/trunk/arch/tile/kernel/hardwall.c +++ b/trunk/arch/tile/kernel/hardwall.c @@ -768,13 +768,13 @@ static int hardwall_release(struct inode *inode, struct file *file) } static const struct file_operations dev_hardwall_fops = { + .open = nonseekable_open, .unlocked_ioctl = hardwall_ioctl, #ifdef CONFIG_COMPAT .compat_ioctl = hardwall_compat_ioctl, #endif .flush = hardwall_flush, .release = hardwall_release, - .llseek = noop_llseek, }; static struct cdev hardwall_dev;