[LTP] [COMMITTED] [PATCH] syscalls/sync_file_range02: Rewrite the decription
Cyril Hrubis
chrubis@suse.cz
Tue Aug 24 16:18:20 CEST 2021
Into a docparse format.
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
.../syscalls/sync_file_range/sync_file_range02.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c b/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
index f9693089b..5da751c70 100644
--- a/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
+++ b/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
@@ -4,12 +4,12 @@
* Author: Sumit Garg <sumit.garg@linaro.org>
*/
-/*
- * sync_file_range02
+/*\
+ * [Description]
*
- * It basically tests sync_file_range() to sync test file range having large
- * dirty file pages to block device. Also, it tests all supported filesystems
- * on a test block device.
+ * Tests if sync_file_range() does sync a test file range with a many dirty pages
+ * to a block device. Also, it tests all supported filesystems on a test block
+ * device.
*/
#define _GNU_SOURCE
--
2.31.1
More information about the ltp
mailing list