|
|
887953 |
From 223aa5e0b89c0d876002036cde660bf5d34c3909 Mon Sep 17 00:00:00 2001
|
|
|
887953 |
From: Amar Tumballi <amarts@redhat.com>
|
|
|
887953 |
Date: Wed, 13 Feb 2019 20:39:09 +0530
|
|
|
887953 |
Subject: [PATCH 531/531] fuse: remove the duplicate FUSE_FOP calls
|
|
|
887953 |
|
|
|
887953 |
This got introduced as part of resolving conflicts in
|
|
|
887953 |
https://code.engineering.redhat.com/gerrit/#/c/162550/3
|
|
|
887953 |
|
|
|
887953 |
BUG: 1676904
|
|
|
887953 |
Change-Id: If83c5c4c3ebabb91b997681c261199c53524a6a9
|
|
|
887953 |
Signed-off-by: Amar Tumballi <amarts@redhat.com>
|
|
|
887953 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/162920
|
|
|
887953 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
887953 |
---
|
|
|
887953 |
xlators/mount/fuse/src/fuse-bridge.c | 2 --
|
|
|
887953 |
1 file changed, 2 deletions(-)
|
|
|
887953 |
|
|
|
887953 |
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c
|
|
|
887953 |
index deaf533..175e1b8 100644
|
|
|
887953 |
--- a/xlators/mount/fuse/src/fuse-bridge.c
|
|
|
887953 |
+++ b/xlators/mount/fuse/src/fuse-bridge.c
|
|
|
887953 |
@@ -2974,8 +2974,6 @@ fuse_lseek (xlator_t *this, fuse_in_header_t *finh, void *msg,
|
|
|
887953 |
void
|
|
|
887953 |
fuse_flush_resume (fuse_state_t *state)
|
|
|
887953 |
{
|
|
|
887953 |
- FUSE_FOP (state, fuse_err_cbk, GF_FOP_FLUSH,
|
|
|
887953 |
- flush, state->fd, state->xdata);
|
|
|
887953 |
FUSE_FOP (state, fuse_flush_cbk, GF_FOP_FLUSH,
|
|
|
887953 |
flush, state->fd, state->xdata);
|
|
|
887953 |
}
|
|
|
887953 |
--
|
|
|
887953 |
1.8.3.1
|
|
|
887953 |
|