summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-28 12:18:29 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-29 15:17:51 +0100
commit48270181bac1a640d085ce5f5a58329d69c7a1ac (patch)
treece584a96c133cff10f0181f8eb4c9d65c16579a4 /source4/ntvfs
parent07f6f9b2115b3df03ac11a0db9bf1c4ff5d513cc (diff)
downloadsamba-48270181bac1a640d085ce5f5a58329d69c7a1ac.tar.gz
samba-48270181bac1a640d085ce5f5a58329d69c7a1ac.tar.bz2
samba-48270181bac1a640d085ce5f5a58329d69c7a1ac.zip
pvfs_open: make pvfs_locking_key() non static
metze (This used to be commit 587373b97b95a8e562c3a5a59a62abade4dfed2f)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/pvfs_open.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/pvfs_open.c b/source4/ntvfs/posix/pvfs_open.c
index 740a0a9d13..adf4c1ac18 100644
--- a/source4/ntvfs/posix/pvfs_open.c
+++ b/source4/ntvfs/posix/pvfs_open.c
@@ -144,8 +144,8 @@ static NTSTATUS pvfs_open_setup_eas_acl(struct pvfs_state *pvfs,
form the lock context used for opendb locking. Note that we must
zero here to take account of possible padding on some architectures
*/
-static NTSTATUS pvfs_locking_key(struct pvfs_filename *name,
- TALLOC_CTX *mem_ctx, DATA_BLOB *key)
+NTSTATUS pvfs_locking_key(struct pvfs_filename *name,
+ TALLOC_CTX *mem_ctx, DATA_BLOB *key)
{
struct {
dev_t device;