summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-07 08:12:54 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 10:56:26 +0200
commit1969aa8eacd257951cdc8d13110302c3b9388013 (patch)
treedb36becce95919c7e94d524dd0fd31c5241c1d15 /source4/ntvfs/posix/vfs_posix.h
parent5c3e985fb53e7e210d665a6fc8199b0844019340 (diff)
downloadsamba-1969aa8eacd257951cdc8d13110302c3b9388013.tar.gz
samba-1969aa8eacd257951cdc8d13110302c3b9388013.tar.bz2
samba-1969aa8eacd257951cdc8d13110302c3b9388013.zip
s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index d60369df50..e1593a38cf 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -204,7 +204,7 @@ struct pvfs_file {
/* a file handle to be used for byte range locking */
struct brl_handle *brl_handle;
- /* a count of active locks - used to avoid calling brl_close on
+ /* a count of active locks - used to avoid calling brlock_close on
file close */
uint64_t lock_count;