Author: adrian.chadd
Date: Fri Mar 27 17:11:04 2009
New Revision: 13874
Modified:
branches/LUSCA_HEAD/src/fs/coss/store_dir_coss.c
branches/LUSCA_HEAD/src/fs/coss/store_io_coss.c
Log:
Fix the COSS code to use the libasyncio/ stuff rather than from aufs/
Modified: branches/LUSCA_HEAD/src/fs/coss/store_dir_coss.c
==============================================================================
--- branches/LUSCA_HEAD/src/fs/coss/store_dir_coss.c (original)
+++ branches/LUSCA_HEAD/src/fs/coss/store_dir_coss.c Fri Mar 27 17:11:04
2009
@@ -40,7 +40,7 @@
#if USE_AUFSOPS
-#include "../aufs/async_io.h"
+#include "../../libasyncio/async_io.h"
#else
#include "async_io.h"
#endif
Modified: branches/LUSCA_HEAD/src/fs/coss/store_io_coss.c
==============================================================================
--- branches/LUSCA_HEAD/src/fs/coss/store_io_coss.c (original)
+++ branches/LUSCA_HEAD/src/fs/coss/store_io_coss.c Fri Mar 27 17:11:04 2009
@@ -38,7 +38,7 @@
#include <aio.h>
#endif
#if USE_AUFSOPS
-#include "../aufs/async_io.h"
+#include "../../libasyncio/async_io.h"
#else
#include "async_io.h"
#endif
@@ -677,7 +677,7 @@
/* First, flush pending IO ops */
#if USE_AUFSOPS
- aioSync(SD);
+ aioSync();
#else
a_file_syncqueue(&cs->aq);
#endif
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---