]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd/cache/pwl/ssd: Remove unused parameter. 42984/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Tue, 7 Sep 2021 02:19:55 +0000 (10:19 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Tue, 7 Sep 2021 02:33:56 +0000 (10:33 +0800)
commit40dad4c30c3b46ed3ac06961ebe740f6d82a6bc1
treecd8b69ac8a9f46a12a5e60799fef173d80b9b54e
parentca9eb28b4f249725e3ecae328fbf8076c648819a
librbd/cache/pwl/ssd: Remove unused parameter.

Met the following compiler warning message:
>[38/80] Building CXX object
src/librbd/CMakeFiles/librbd_plugin_pwl_cache.dir/cache/pwl/ssd/WriteLog.cc.o
>../src/librbd/cache/pwl/ssd/WriteLog.cc:37:25: warning: unused variable
'ops_appended_together' [-Wunused-const-variable]
>const unsigned long int ops_appended_together = MAX_WRITES_PER_SYNC_POINT;

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/librbd/cache/pwl/ssd/WriteLog.cc