From 78bccc25b7c1b54c46c6aab9e34c7c455486d1fd Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Fri, 8 Oct 2010 07:36:55 +0000 Subject: fuse: retire the faked-FLUSH-upon-RELEASE hack Now the code has lived up to the glorious state of not relying on getting the FLUSH whenever a file is released. So we don't need to forge one in release for the cases when the kernel doesn't send it. Undo commits: - 155ffe5c - c50bc710 - b8779318 (partly, just release related parts) Signed-off-by: Csaba Henk 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 deletion(-) (limited to 'booster') diff --git a/booster/src/booster-fd.h b/booster/src/booster-fd.h index 5d01b0d6b74..19e249fe318 100644 --- a/booster/src/booster-fd.h +++ b/booster/src/booster-fd.h @@ -33,7 +33,6 @@ 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