Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221578
b: refs/heads/master
c: d02db4f
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Nov 1, 2010
1 parent 52258ef commit 285f46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c7387ef9969bb073c25ecbdcc5be30770267b16
refs/heads/master: d02db4f8d79c5841ba32b326edb75ea6acd081ca
2 changes: 1 addition & 1 deletion trunk/arch/tile/kernel/hardwall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 285f46c

Please sign in to comment.