about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-16 11:04:28 +0000
committerEric Wong <e@80x24.org>2016-12-16 11:06:42 +0000
commit5752a8d1b051b1cb4e4d62e6fd1afbeb28ce7eaf (patch)
treefc47d58bb0f0d72075bd80ea32db09416a64b07d
parent99958cf048f3f1d234b2155558e0fc672848e8e9 (diff)
downloadcmogstored-5752a8d1b051b1cb4e4d62e6fd1afbeb28ce7eaf.tar.gz
This was intended for zero-copy PUT support, but that is
probably not worth it due to checksumming and the general
unpredictability of mmap/munmap performance, especially
on non-Linux systems.
-rw-r--r--cmogstored.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmogstored.h b/cmogstored.h
index de2b5c2..f5c682e 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -279,7 +279,6 @@ struct mog_file {
         char *path;
         size_t pathlen;
         char *tmppath; /* NULL-ed if rename()-ed away */
-        void *mmptr;
         struct mog_ioq *ioq;
         struct mog_svc *svc;
         struct mog_digest digest;