diff options
Diffstat (limited to 'fs/lockd/svc.c')
-rw-r--r-- | fs/lockd/svc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c index 36396fc058c5..c631a83931ce 100644 --- a/fs/lockd/svc.c +++ b/fs/lockd/svc.c | |||
@@ -230,8 +230,7 @@ static int make_socks(struct svc_serv *serv) | |||
230 | /* | 230 | /* |
231 | * Bring up the lockd process if it's not already up. | 231 | * Bring up the lockd process if it's not already up. |
232 | */ | 232 | */ |
233 | int | 233 | int lockd_up(void) |
234 | lockd_up(int proto) /* Maybe add a 'family' option when IPv6 is supported ?? */ | ||
235 | { | 234 | { |
236 | struct svc_serv *serv; | 235 | struct svc_serv *serv; |
237 | int error = 0; | 236 | int error = 0; |