summaryrefslogtreecommitdiffstats
path: root/booster
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2010-10-08 07:36:55 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-10-26 23:56:28 -0700
commit78bccc25b7c1b54c46c6aab9e34c7c455486d1fd (patch)
treeeac4f6c6b3d7cb3ea69867d3f6479ba45a6cace0 /booster
parenta7d41a64fb11451e622db19813738c3ee3942c92 (diff)
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 <csaba@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 223 (flush not sent) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=223
Diffstat (limited to 'booster')
-rw-r--r--booster/src/booster-fd.h1
1 files changed, 0 insertions, 1 deletions
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;