From a484a0c47ef6468c1615aa78795880e71347f709 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Wed, 23 Sep 2009 10:34:38 +0000 Subject: fuse: emit a flush from release if we didn't get an adjacent FLUSH message from the kernel Signed-off-by: Anand V. Avati BUG: 223 (flush not sent) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=223 --- booster/src/booster-fd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'booster') diff --git a/booster/src/booster-fd.h b/booster/src/booster-fd.h index 43592e825..0ccc28121 100644 --- a/booster/src/booster-fd.h +++ b/booster/src/booster-fd.h @@ -33,6 +33,7 @@ struct _fd { pid_t pid; int32_t flags; int32_t refcount; + uint64_t flush_unique; struct list_head inode_list; struct _inode *inode; struct _dict *ctx; -- cgit