Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124706
b: refs/heads/master
c: 2de5987
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Dec 23, 2008
1 parent 2740801 commit fa941b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d716f0b8a57f8577bcd869e7dcb5a0add9f6fc5e
refs/heads/master: 2de59872a7842143f4507832e7c1f5123c47feb7
6 changes: 3 additions & 3 deletions trunk/fs/lockd/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
static struct svc_program nlmsvc_program;

struct nlmsvc_binding * nlmsvc_ops;
EXPORT_SYMBOL(nlmsvc_ops);
EXPORT_SYMBOL_GPL(nlmsvc_ops);

static DEFINE_MUTEX(nlmsvc_mutex);
static unsigned int nlmsvc_users;
Expand Down Expand Up @@ -300,7 +300,7 @@ int lockd_up(void)
mutex_unlock(&nlmsvc_mutex);
return error;
}
EXPORT_SYMBOL(lockd_up);
EXPORT_SYMBOL_GPL(lockd_up);

/*
* Decrement the user count and bring down lockd if we're the last.
Expand Down Expand Up @@ -329,7 +329,7 @@ lockd_down(void)
out:
mutex_unlock(&nlmsvc_mutex);
}
EXPORT_SYMBOL(lockd_down);
EXPORT_SYMBOL_GPL(lockd_down);

#ifdef CONFIG_SYSCTL

Expand Down

0 comments on commit fa941b9

Please sign in to comment.