From 226a60f979d62789a31d4c92a4f104e1a0b2c9dd Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Mon, 2 Jul 2012 21:31:09 -0500 Subject: Fix op-write response. --- src/clojure/foofs/fuse/protocol.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clojure/foofs/fuse/protocol.clj b/src/clojure/foofs/fuse/protocol.clj index 8c0f690..abb5bb0 100644 --- a/src/clojure/foofs/fuse/protocol.clj +++ b/src/clojure/foofs/fuse/protocol.clj @@ -332,7 +332,8 @@ [write-out] (domonad state-m - [_ (write-int32 (:size write-out))] + [_ (write-int32 (:size write-out)) + _ (pad 4)] nil)) (defn write-statfs-out -- cgit v1.2.3-18-g5258