diff options
Diffstat (limited to 'fs/lockd')
-rw-r--r-- | fs/lockd/svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c index 6bf06a07f3e0..2b431f7266c3 100644 --- a/fs/lockd/svc.c +++ b/fs/lockd/svc.c | |||
@@ -622,8 +622,8 @@ static int __init init_nlm(void) | |||
622 | err_pernet: | 622 | err_pernet: |
623 | #ifdef CONFIG_SYSCTL | 623 | #ifdef CONFIG_SYSCTL |
624 | unregister_sysctl_table(nlm_sysctl_table); | 624 | unregister_sysctl_table(nlm_sysctl_table); |
625 | #endif | ||
626 | err_sysctl: | 625 | err_sysctl: |
626 | #endif | ||
627 | return err; | 627 | return err; |
628 | } | 628 | } |
629 | 629 | ||