You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -219,7 +212,7 @@ class LazyFS : public Fusepp::Fuse<LazyFS> {
219
212
220
213
/**
221
214
* @brief Fifo: (fault) Clear the cached contents
222
-
*
215
+
*
223
216
* @param lock_needed Indicates if the cache_command_lock should be locked. When this function is called inside a filesystem operation, it should be false, because all filesystem operations are already locked. When called from the fault handler, it should be true.
* @param lock_needed Indicates if the cache_command_lock should be locked. When this function is called inside a filesystem operation, it should be false, because all filesystem operations are already locked. When called from the fault handler, it should be true.
* @brief Fifo: (sync) Sync all cached data with the underlying FS
247
-
*
240
+
*
248
241
* @param lock_needed Indicates if the cache_command_lock should be locked. When this function is called inside a filesystem operation, it should be false, because all filesystem operations are already locked. When called from the fault handler, it should be true.
249
242
*
250
243
*/
@@ -267,7 +260,7 @@ class LazyFS : public Fusepp::Fuse<LazyFS> {
267
260
268
261
/**
269
262
* @brief Checks if a programmed reorder fault for the given path and operation exists. If so, updates the counter and returns the fault.
270
-
* @param path Path of the file
263
+
* @param path Path of the file
271
264
* @param op Operation ('write','fsync',...)
272
265
* @return Pointer to the ReorderF object
273
266
*/
@@ -291,7 +284,7 @@ class LazyFS : public Fusepp::Fuse<LazyFS> {
291
284
voidrestart_counter(string path, string op);
292
285
293
286
/**
294
-
* @brief Checks the existence of a pending write (a write that could be persisted if it is followed by another one) and deletes it if it exists.
287
+
* @brief Checks the existence of a pending write (a write that could be persisted if it is followed by another one) and deletes it if it exists.
0 commit comments