mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
drop redundant ->owner initializations
it's not needed for file_operations of inodes located on fs defined in the hosting module and for file_operations that go into procfs. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
e0d508f109
commit
84c60b1388
20 changed files with 0 additions and 30 deletions
|
@ -35,7 +35,6 @@ const struct inode_operations coda_ioctl_inode_operations = {
|
|||
};
|
||||
|
||||
const struct file_operations coda_ioctl_operations = {
|
||||
.owner = THIS_MODULE,
|
||||
.unlocked_ioctl = coda_pioctl,
|
||||
.llseek = noop_llseek,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue