diff options
author | Jane Zhu <jzhu116@bloomberg.net> | 2024-01-24 07:42:30 +0100 |
---|---|---|
committer | Juan Zhu <jzhu4@dev-10-34-20-139.pw1.bcc.bloomberg.com> | 2024-01-24 07:43:51 +0100 |
commit | c90e8148e46ad6b85850ecfa8abdc38449986727 (patch) | |
tree | 57febca0102d2587a9b676a919fd53566354031c /src/rgw/rgw_file.cc | |
parent | Merge pull request #55183 from galsalomon66/s3select_fixes_QE_bugs (diff) | |
download | ceph-c90e8148e46ad6b85850ecfa8abdc38449986727.tar.xz ceph-c90e8148e46ad6b85850ecfa8abdc38449986727.zip |
rgw/lc: pass in flag as an argument when calling function complete(..)
fixup for 17ca50e70421cfe263784e8d65008145221e41c3
Signed-off-by: Juan Zhu <jzhu4@dev-10-34-20-139.pw1.bcc.bloomberg.com>
Diffstat (limited to 'src/rgw/rgw_file.cc')
-rw-r--r-- | src/rgw/rgw_file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_file.cc b/src/rgw/rgw_file.cc index f69ba543d89..3424d4b04d7 100644 --- a/src/rgw/rgw_file.cc +++ b/src/rgw/rgw_file.cc @@ -2020,7 +2020,7 @@ namespace rgw { op_ret = processor->complete(state->obj_size, etag, &mtime, real_time(), attrs, (delete_at ? *delete_at : real_time()), if_match, if_nomatch, nullptr, nullptr, nullptr, - rctx, true); + rctx, rgw::sal::FLAG_LOG_OP); if (op_ret != 0) { /* revert attr updates */ rgw_fh->set_mtime(omtime); |