Changeset 228 for branches/samba-3.2.x/source/modules/vfs_prealloc.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/modules/vfs_prealloc.c
r133 r228 57 57 static int preallocate_space(int fd, SMB_OFF_T size) 58 58 { 59 int err; 59 60 #ifndef HAVE_GPFS 60 61 lock_type fl = {0}; 61 int err;62 62 63 63 if (size <= 0) {
Note:
See TracChangeset
for help on using the changeset viewer.