diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-02 02:36:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-02 02:36:47 +0000 |
commit | 8624512aa908741ba2795200133eae0d7f4557ea (patch) | |
tree | d5d3036fccf2604f4c98dedc11e8adb929d6b52e /fs/coda/pioctl.c | |
parent | 7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff) |
Merge with 2.3.48.
Diffstat (limited to 'fs/coda/pioctl.c')
-rw-r--r-- | fs/coda/pioctl.c | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/fs/coda/pioctl.c b/fs/coda/pioctl.c index 9a900a91a..533e83a54 100644 --- a/fs/coda/pioctl.c +++ b/fs/coda/pioctl.c @@ -34,21 +34,8 @@ static int coda_pioctl(struct inode * inode, struct file * filp, /* exported from this file */ struct inode_operations coda_ioctl_inode_operations = { - &coda_ioctl_operations, - NULL, /* create */ - NULL, /* lookup */ - NULL, /* link */ - NULL, /* unlink */ - NULL, /* symlink */ - NULL, /* mkdir */ - NULL, /* rmdir */ - NULL, /* mknod */ - NULL, /* rename */ - NULL, /* readlink */ - NULL, /* follow_link */ - NULL, /* truncate */ - coda_ioctl_permission, /* permission */ - NULL /* revalidate */ + permission: coda_ioctl_permission, + setattr: coda_notify_change, }; struct file_operations coda_ioctl_operations = { |