]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: remove redundant comments
authorKefu Chai <k.chai@proxmox.com>
Sun, 29 Mar 2026 11:40:46 +0000 (19:40 +0800)
committerKefu Chai <k.chai@proxmox.com>
Sun, 29 Mar 2026 11:55:02 +0000 (19:55 +0800)
commitf7ffbec8f5c648f7bb15b8fd81fc4e0597b25ab3
treef6eb326b83db5892894df0cdc33b28c541f75b5d
parent0e10249fcafeca4c140b27c0c9ee841d8db8bb35
crimson/osd: remove redundant comments

Remove comments that merely restate what the code already says clearly:
- SeastarOption field comments (option_name, config_key, value_type)
- "Define a list of Seastar options" above seastar_options
- "Function to get the option value as a string" above get_option_value
- "stop()s registered using defer() are called here" in main()

Also fix the trailing space before the semicolon in the value_type
field declaration.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
src/crimson/osd/main.cc
src/crimson/osd/main_config_bootstrap_helpers.cc