diff options
Diffstat (limited to 'fs/cifs/cifs_debug.c')
-rw-r--r-- | fs/cifs/cifs_debug.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 788e19195991..6c58e13fed2f 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c | |||
@@ -244,7 +244,6 @@ static int cifs_debug_data_proc_open(struct inode *inode, struct file *file) | |||
244 | } | 244 | } |
245 | 245 | ||
246 | static const struct file_operations cifs_debug_data_proc_fops = { | 246 | static const struct file_operations cifs_debug_data_proc_fops = { |
247 | .owner = THIS_MODULE, | ||
248 | .open = cifs_debug_data_proc_open, | 247 | .open = cifs_debug_data_proc_open, |
249 | .read = seq_read, | 248 | .read = seq_read, |
250 | .llseek = seq_lseek, | 249 | .llseek = seq_lseek, |
@@ -361,7 +360,6 @@ static int cifs_stats_proc_open(struct inode *inode, struct file *file) | |||
361 | } | 360 | } |
362 | 361 | ||
363 | static const struct file_operations cifs_stats_proc_fops = { | 362 | static const struct file_operations cifs_stats_proc_fops = { |
364 | .owner = THIS_MODULE, | ||
365 | .open = cifs_stats_proc_open, | 363 | .open = cifs_stats_proc_open, |
366 | .read = seq_read, | 364 | .read = seq_read, |
367 | .llseek = seq_lseek, | 365 | .llseek = seq_lseek, |
@@ -447,7 +445,6 @@ static ssize_t cifsFYI_proc_write(struct file *file, const char __user *buffer, | |||
447 | } | 445 | } |
448 | 446 | ||
449 | static const struct file_operations cifsFYI_proc_fops = { | 447 | static const struct file_operations cifsFYI_proc_fops = { |
450 | .owner = THIS_MODULE, | ||
451 | .open = cifsFYI_proc_open, | 448 | .open = cifsFYI_proc_open, |
452 | .read = seq_read, | 449 | .read = seq_read, |
453 | .llseek = seq_lseek, | 450 | .llseek = seq_lseek, |
@@ -479,7 +476,6 @@ static ssize_t cifs_linux_ext_proc_write(struct file *file, | |||
479 | } | 476 | } |
480 | 477 | ||
481 | static const struct file_operations cifs_linux_ext_proc_fops = { | 478 | static const struct file_operations cifs_linux_ext_proc_fops = { |
482 | .owner = THIS_MODULE, | ||
483 | .open = cifs_linux_ext_proc_open, | 479 | .open = cifs_linux_ext_proc_open, |
484 | .read = seq_read, | 480 | .read = seq_read, |
485 | .llseek = seq_lseek, | 481 | .llseek = seq_lseek, |
@@ -511,7 +507,6 @@ static ssize_t cifs_lookup_cache_proc_write(struct file *file, | |||
511 | } | 507 | } |
512 | 508 | ||
513 | static const struct file_operations cifs_lookup_cache_proc_fops = { | 509 | static const struct file_operations cifs_lookup_cache_proc_fops = { |
514 | .owner = THIS_MODULE, | ||
515 | .open = cifs_lookup_cache_proc_open, | 510 | .open = cifs_lookup_cache_proc_open, |
516 | .read = seq_read, | 511 | .read = seq_read, |
517 | .llseek = seq_lseek, | 512 | .llseek = seq_lseek, |
@@ -543,7 +538,6 @@ static ssize_t traceSMB_proc_write(struct file *file, const char __user *buffer, | |||
543 | } | 538 | } |
544 | 539 | ||
545 | static const struct file_operations traceSMB_proc_fops = { | 540 | static const struct file_operations traceSMB_proc_fops = { |
546 | .owner = THIS_MODULE, | ||
547 | .open = traceSMB_proc_open, | 541 | .open = traceSMB_proc_open, |
548 | .read = seq_read, | 542 | .read = seq_read, |
549 | .llseek = seq_lseek, | 543 | .llseek = seq_lseek, |
@@ -655,7 +649,6 @@ static ssize_t cifs_security_flags_proc_write(struct file *file, | |||
655 | } | 649 | } |
656 | 650 | ||
657 | static const struct file_operations cifs_security_flags_proc_fops = { | 651 | static const struct file_operations cifs_security_flags_proc_fops = { |
658 | .owner = THIS_MODULE, | ||
659 | .open = cifs_security_flags_proc_open, | 652 | .open = cifs_security_flags_proc_open, |
660 | .read = seq_read, | 653 | .read = seq_read, |
661 | .llseek = seq_lseek, | 654 | .llseek = seq_lseek, |