summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-03-28 13:00:31 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-04-09 14:13:03 -0400
commitc62c5a887766de7dc51f7722ff461aef8f388b71 (patch)
tree9e0ec1806fae65af3f1d5690dec15938f9856d94
parent0b57b880e61cd764479d9e7818d0d1e45062d08b (diff)
downloadop-kernel-dev-c62c5a887766de7dc51f7722ff461aef8f388b71.zip
op-kernel-dev-c62c5a887766de7dc51f7722ff461aef8f388b71.tar.gz
ccg: don't bother with fops->owner
filesystem module as whole is pinned down by its superblock, no need to have opened files on it to add anything to that. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--drivers/staging/ccg/f_fs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/ccg/f_fs.c b/drivers/staging/ccg/f_fs.c
index f6373da..e82b1cd 100644
--- a/drivers/staging/ccg/f_fs.c
+++ b/drivers/staging/ccg/f_fs.c
@@ -723,7 +723,6 @@ static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value)
}
static const struct file_operations ffs_ep0_operations = {
- .owner = THIS_MODULE,
.llseek = no_llseek,
.open = ffs_ep0_open,
@@ -943,7 +942,6 @@ static long ffs_epfile_ioctl(struct file *file, unsigned code,
}
static const struct file_operations ffs_epfile_operations = {
- .owner = THIS_MODULE,
.llseek = no_llseek,
.open = ffs_epfile_open,
OpenPOWER on IntegriCloud