Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198161
b: refs/heads/master
c: 9771839
h: refs/heads/master
i:
  198159: c02adee
v: v3
  • Loading branch information
Arnd Bergmann authored and Frederic Weisbecker committed May 17, 2010
1 parent eb1bce7 commit 5070bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: d5f1d54cbc1b2f320ac054b2df519dec22a27779
refs/heads/master: 977183902a52d1e0adc986f9462424db5a545044
5 changes: 2 additions & 3 deletions trunk/fs/coda/psdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ static unsigned int coda_psdev_poll(struct file *file, poll_table * wait)
return mask;
}

static int coda_psdev_ioctl(struct inode * inode, struct file * filp,
unsigned int cmd, unsigned long arg)
static long coda_psdev_ioctl(struct file * filp, unsigned int cmd, unsigned long arg)
{
unsigned int data;

Expand Down Expand Up @@ -344,7 +343,7 @@ static const struct file_operations coda_psdev_fops = {
.read = coda_psdev_read,
.write = coda_psdev_write,
.poll = coda_psdev_poll,
.ioctl = coda_psdev_ioctl,
.unlocked_ioctl = coda_psdev_ioctl,
.open = coda_psdev_open,
.release = coda_psdev_release,
};
Expand Down

0 comments on commit 5070bb1

Please sign in to comment.