# HG changeset patch # User Paul Boddie # Date 1715371755 -7200 # Node ID d4e8b3067e6bd335a00708cd2cec7ce72a5ecc9f # Parent 741e547d349de663ebcd703459c3f4a4295da611 Fixed comments related to flush and resize, removing populated size remarks. diff -r 741e547d349d -r d4e8b3067e6b libfsclient/lib/src/file.cc --- a/libfsclient/lib/src/file.cc Fri May 10 21:51:36 2024 +0200 +++ b/libfsclient/lib/src/file.cc Fri May 10 22:09:15 2024 +0200 @@ -343,8 +343,7 @@ -/* Flush populated data and obtain an updated file size and populated data - details. */ +/* Flush populated data and obtain an updated file size. */ long file_flush(file_t *file) { @@ -449,7 +448,7 @@ return rm_flags; } -/* Resize a file, obtaining updated file size and populated data details. */ +/* Resize a file, obtaining updated file size details. */ long file_resize(file_t *file, offset_t size) {