From 98f0c3faba4d9a5b3da930e3c000aae81566edf5 Mon Sep 17 00:00:00 2001 From: Boruch Baum Date: Mon, 21 Nov 2016 11:11:03 +0300 Subject: [PATCH] src/filemanager/mountlist.c: clarify comments. Signed-off-by: Andrew Borodin --- src/filemanager/mountlist.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/filemanager/mountlist.c b/src/filemanager/mountlist.c index 7d6e1780d..6c4d81686 100644 --- a/src/filemanager/mountlist.c +++ b/src/filemanager/mountlist.c @@ -1311,8 +1311,7 @@ read_file_system_list (void) ** QNX has no [gs]etmnt*(), [gs]etfs*(), or /etc/mnttab, but can do ** this via the following code. ** Note that, as this is based on CWD, it only fills one mount_entry - ** structure. See my_statfs() in utilunix.c for the "other side" of - ** this hack. + ** structure. See my_statfs() below for the "other side" of this hack. */ static GSList * @@ -1744,8 +1743,7 @@ my_statfs (struct my_statfs *myfs_stats, const char *path) #ifdef HAVE_INFOMOUNT_QNX /* - ** This is the "other side" of the hack to read_file_system_list() in - ** mountlist.c. + ** This is the "other side" of the hack to read_file_system_list() above. ** It's not the most efficient approach, but consumes less memory. It ** also accommodates QNX's ability to mount filesystems on the fly. */ -- 2.11.4.GIT