]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
bluestore: fix typo in _flush function declaration 36052/head
authorNathan Cutler <ncutler@suse.com>
Sat, 11 Jul 2020 09:00:45 +0000 (11:00 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 11 Jul 2020 09:01:29 +0000 (11:01 +0200)
commit7898ac8783a6df1eb8ba65ef6dd2a1a6cba10168
tree9075bc366c01ebc47019c7d38e3d364643475d5f
parent832ed27afa9fd7bfca2ca5209da68bd2df2d8514
bluestore: fix typo in _flush function declaration

fab0c7148e84b1612e8e422e1876643a7cd4070b split BlueFS::_flush() into two
functions, each with a slightly different argument list. One of the
arguments is "bool force", but -- due to a typo -- it was declared as
"bool focce".

Fixes: fab0c7148e84b1612e8e422e1876643a7cd4070b
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/os/bluestore/BlueFS.h