Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03922c0 commit 434e8b8Copy full SHA for 434e8b8
src/large_pages/node_large_page.cc
@@ -279,9 +279,7 @@ bool IsTransparentHugePagesConfigured(std::istream* configuration) {
279
280
bool IsTransparentHugePagesEnabled() {
281
std::istream* configuration = GetTransparentHugePagesConfiguration();
282
- if (configuration == nullptr) {
283
- return false;
284
- }
+ if (configuration == nullptr) return false;
285
bool enabled = IsTransparentHugePagesConfigured(configuration);
286
delete configuration;
287
return enabled;
0 commit comments