Changeset 9320
- Timestamp:
- 05/23/12 11:57:49 (12 months ago)
- Location:
- branches/asyncio
- Files:
-
- 9 modified
-
. (modified) (1 prop)
-
ChangeLog (modified) (1 diff)
-
Makefile.in (modified) (2 diffs)
-
install-windows (modified) (1 prop)
-
install-windows/OrangeFS-Client.ism (modified) (1 prop) (previous)
-
install-windows/OrangeFS-Client/Script Files/Setup.Rul (modified) (1 diff)
-
src/client/sysint/fs-add.sm (modified) (1 diff)
-
src/client/windows/client-service (modified) (1 prop)
-
src/client/windows/client-service/messages.aps (modified) (1 prop) (previous)
Legend:
- Unmodified
- Added
- Removed
-
branches/asyncio
- Property svn:mergeinfo changed
/trunk merged: 9289-9290,9310,9314-9316
- Property svn:mergeinfo changed
-
branches/asyncio/ChangeLog
r9319 r9320 17 17 18 18 * Bug fix: Fix invalid argument errors on chmod though pvfs2fuse 19 20 * Bug fix: uninitialized variable could cause seg fault when file system 21 * cannot be initialized. 19 22 20 23 orangefs-2.8.4 -
branches/asyncio/Makefile.in
r9319 r9320 342 342 SERVERCFLAGS += @OPENSSL_CPPFLAGS@ 343 343 344 SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ @OPENSSL_LIB@ -lpthread344 SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ @OPENSSL_LIB@ 345 345 346 346 ifdef NEEDS_LIBRT 347 347 SERVERLIBS += -lrt 348 348 endif 349 350 # must be after -lrt because -lrt may use -lpthread 351 SERVERLIBS += -lpthread 349 352 350 353 # you can optionally disable thread safety support in the client … … 1267 1270 1268 1271 ifdef BUILD_FUSE 1269 install -m 755 $(FUSE) $( prefix)/bin1272 install -m 755 $(FUSE) $(bindir) 1270 1273 endif 1271 1274 -
branches/asyncio/install-windows
-
Property
svn:mergeinfo set
to
/branches/stable/install-windows merged eligible /trunk/install-windows merged eligible
-
Property
svn:mergeinfo set
to
-
branches/asyncio/install-windows/OrangeFS-Client.ism
- Property svn:mime-type set to application/octet-stream
-
branches/asyncio/install-windows/OrangeFS-Client/Script Files/Setup.Rul
r9319 r9320 453 453 szExePath = szProgramFilesDir ^ "\\Dokan\\DokanLibrary\\dokanctl.exe"; 454 454 455 LaunchAppAndWait(szExePath, "/ ud", LAAW_OPTION_WAIT);455 LaunchAppAndWait(szExePath, "/r d", LAAW_OPTION_WAIT); 456 456 457 457 // remove files etc. -
branches/asyncio/src/client/sysint/fs-add.sm
r9319 r9320 218 218 { 219 219 int ret = -PVFS_EINVAL, error = 0; 220 PVFS_sys_op_id op_id ;220 PVFS_sys_op_id op_id = -1; 221 221 222 222 ret = PVFS_isys_fs_add(mntent, &op_id, NULL); -
branches/asyncio/src/client/windows/client-service
-
Property
svn:mergeinfo set
to
/branches/stable/src/client/windows/client-service merged eligible /trunk/src/client/windows/client-service merged eligible
-
Property
svn:mergeinfo set
to
-
branches/asyncio/src/client/windows/client-service/messages.aps
- Property svn:mime-type set to application/octet-stream
