diff options
Diffstat (limited to 'src/mongo/util/touch_pages.h')
-rw-r--r-- | src/mongo/util/touch_pages.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/util/touch_pages.h b/src/mongo/util/touch_pages.h index 9853f35952a..922c9d008e7 100644 --- a/src/mongo/util/touch_pages.h +++ b/src/mongo/util/touch_pages.h @@ -32,8 +32,8 @@ namespace mongo { - // Touch a range of pages using an OS-specific method. - // Takes a file descriptor, offset, and length, for Linux use. - // Additionally takes an Extent pointer for use on other platforms. - void touch_pages( const char* buf, size_t length, size_t pageSize = 4096 ); +// Touch a range of pages using an OS-specific method. +// Takes a file descriptor, offset, and length, for Linux use. +// Additionally takes an Extent pointer for use on other platforms. +void touch_pages(const char* buf, size_t length, size_t pageSize = 4096); } |