Changeset 745 for trunk/server/source4/ntvfs/common/brlock.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/ntvfs/common/brlock.c
r414 r745 27 27 #include "includes.h" 28 28 #include "system/filesys.h" 29 #include "../tdb/include/tdb.h"29 #include <tdb.h> 30 30 #include "messaging/messaging.h" 31 31 #include "lib/messaging/irpc.h" … … 126 126 return ops->brl_close(brl, brlh); 127 127 } 128 129 /* 130 Get a number of locks associated with a open file. 131 */ 132 NTSTATUS brl_count(struct brl_context *brl, 133 struct brl_handle *brlh, 134 int *count) 135 { 136 return ops->brl_count(brl, brlh, count); 137 }
Note:
See TracChangeset
for help on using the changeset viewer.