The unified diff between revisions [6d9381f5..] and [f35cd536..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/fs/null/store_null.c'
#
#
# patch "src/fs/null/store_null.c"
# from [e0f5a054b8726ecf54ca634771f958004fa80433]
# to [eda38ac409bcb678d4d853ce97e8eecb25ee57e7]
#
============================================================
--- src/fs/null/store_null.c e0f5a054b8726ecf54ca634771f958004fa80433
+++ src/fs/null/store_null.c eda38ac409bcb678d4d853ce97e8eecb25ee57e7
@@ -87,19 +87,19 @@ storeNullDirRebuildComplete(void *unused
storeRebuildComplete(&counts);
}
-static int
+static char
storeNullDirCheckObj(SwapDir * SD, const StoreEntry * e)
{
- return -1;
+ return 0;
}
/*
* We should never, in theory, see an open/create, but just in case..
*/
-static char
+static int
storeNullDirCheckLoadAv(SwapDir *SD, store_op_t op)
{
- return 0;
+ return -1;
}
static int