diff options
| author | Csaba Henk <csaba@gluster.com> | 2010-10-08 07:36:55 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-26 23:56:28 -0700 | 
| commit | 78bccc25b7c1b54c46c6aab9e34c7c455486d1fd (patch) | |
| tree | eac4f6c6b3d7cb3ea69867d3f6479ba45a6cace0 /libglusterfs | |
| parent | a7d41a64fb11451e622db19813738c3ee3942c92 (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 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/fd.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/libglusterfs/src/fd.h b/libglusterfs/src/fd.h index f8bfe58d2a0..d3efeb91372 100644 --- a/libglusterfs/src/fd.h +++ b/libglusterfs/src/fd.h @@ -53,7 +53,6 @@ struct _fd {          pid_t             pid;  	int32_t           flags;          int32_t           refcount; -        uint64_t          flush_unique;          struct list_head  inode_list;          struct _inode    *inode;          gf_lock_t         lock; /* used ONLY for manipulating  | 
