diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-19 14:23:56 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-02-19 17:44:26 +0100 |
commit | e5c84840737692b6c445e4ed316d869f6d0394bf (patch) | |
tree | 8f891a860d0736a0686b1e76cc13cb36db4bf8e1 /source3/locking/proto.h | |
parent | da84242f5b91858b0df9ace9c565dd2a53d4998a (diff) | |
download | samba-e5c84840737692b6c445e4ed316d869f6d0394bf.tar.gz samba-e5c84840737692b6c445e4ed316d869f6d0394bf.tar.xz samba-e5c84840737692b6c445e4ed316d869f6d0394bf.zip |
s3: get_share_mode_lock->get_existing_share_mode_lock
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r-- | source3/locking/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h index 25f3d196b83..1aa1d5035af 100644 --- a/source3/locking/proto.h +++ b/source3/locking/proto.h @@ -146,8 +146,8 @@ bool locking_init(void); bool locking_init_readonly(void); bool locking_end(void); char *share_mode_str(TALLOC_CTX *ctx, int num, const struct share_mode_entry *e); -struct share_mode_lock *get_share_mode_lock(TALLOC_CTX *mem_ctx, - const struct file_id id); +struct share_mode_lock *get_existing_share_mode_lock(TALLOC_CTX *mem_ctx, + const struct file_id id); struct share_mode_lock *get_share_mode_lock_fresh( TALLOC_CTX *mem_ctx, const struct file_id id, |