]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: this commit squashes commits performing cleanup in various files
authorSamarah <samarah.uriarte@ibm.com>
Wed, 3 Jan 2024 15:52:25 +0000 (15:52 +0000)
committerPritha Srivastava <prsrivas@redhat.com>
Tue, 2 Apr 2024 15:54:52 +0000 (21:24 +0530)
commit9ba9b27c8836451d055257f3b52fe04b4863db9f
tree4069a9d9652b7fbc7f0533d335abc6c4b773bfb5
parent0330801e3b2521a8fa91a3a68e25ad7075beead6
rgw: this commit squashes commits performing cleanup in various files
like d4n filter, policy, cache backend, aio and process_env.

d4n/filter: Remove unnecessary erasure of attrs in read op's `prepare`
method
d4n: Remove `dout` definitions from header files
rgw: Remove unnecessary includes in `rgw_process_env.h`
rgw: Remove `cache_read_op` from `rgw_aio.h`
rgw: Return POSIX error codes and perform minor cleanup for D4N and
Redis files

Signed-off-by: Samarah <samarah.uriarte@ibm.com>
12 files changed:
src/rgw/driver/d4n/d4n_directory.cc
src/rgw/driver/d4n/d4n_directory.h
src/rgw/driver/d4n/d4n_policy.cc
src/rgw/driver/d4n/d4n_policy.h
src/rgw/driver/d4n/rgw_sal_d4n.cc
src/rgw/rgw_aio.h
src/rgw/rgw_process_env.h
src/rgw/rgw_redis_driver.cc
src/rgw/rgw_redis_driver.h
src/test/rgw/test_d4n_directory.cc
src/test/rgw/test_d4n_policy.cc
src/test/rgw/test_redis_driver.cc