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>
 }
 
 static const struct file_operations ffs_ep0_operations = {
-       .owner =        THIS_MODULE,
        .llseek =       no_llseek,
 
        .open =         ffs_ep0_open,
 }
 
 static const struct file_operations ffs_epfile_operations = {
-       .owner =        THIS_MODULE,
        .llseek =       no_llseek,
 
        .open =         ffs_epfile_open,
 
 
 /* used before endpoint configuration */
 static const struct file_operations ep_config_operations = {
-       .owner =        THIS_MODULE,
        .llseek =       no_llseek,
 
        .open =         ep_open,
 }
 
 static const struct file_operations dev_init_operations = {
-       .owner =        THIS_MODULE,
        .llseek =       no_llseek,
 
        .open =         dev_open,