From 11b3bbd649e15645c916c202d1e521d141f5130b Mon Sep 17 00:00:00 2001 From: karthik-us Date: Fri, 23 Feb 2018 15:12:19 +0530 Subject: cluster/afr: Make afr_fsync a transaction Change-Id: I713401feb96393f668efb074f2d5b870d19e6fda BUG: 1548361 Signed-off-by: karthik-us --- xlators/cluster/afr/src/afr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/afr/src/afr.c') diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index 10e81138aea..3467729c345 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -636,7 +636,6 @@ struct xlator_fops fops = { .lk = afr_lk, .flush = afr_flush, .statfs = afr_statfs, - .fsync = afr_fsync, .fsyncdir = afr_fsyncdir, .inodelk = afr_inodelk, .finodelk = afr_finodelk, @@ -668,6 +667,7 @@ struct xlator_fops fops = { .zerofill = afr_zerofill, .xattrop = afr_xattrop, .fxattrop = afr_fxattrop, + .fsync = afr_fsync, /*inode open*/ .opendir = afr_opendir, -- cgit