diff options
Diffstat (limited to 'fs/lockd/procfs.c')
-rw-r--r-- | fs/lockd/procfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/lockd/procfs.c b/fs/lockd/procfs.c index 2a0a98480e39..8f72cb237ef3 100644 --- a/fs/lockd/procfs.c +++ b/fs/lockd/procfs.c @@ -64,7 +64,6 @@ static const struct file_operations lockd_end_grace_operations = { .read = nlm_end_grace_read, .llseek = default_llseek, .release = simple_transaction_release, - .owner = THIS_MODULE, }; int __init |