mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
src/filemanager/mountlist.c: clarify comments.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7f81194304
commit
98f0c3faba
@ -1311,8 +1311,7 @@ read_file_system_list (void)
|
|||||||
** QNX has no [gs]etmnt*(), [gs]etfs*(), or /etc/mnttab, but can do
|
** QNX has no [gs]etmnt*(), [gs]etfs*(), or /etc/mnttab, but can do
|
||||||
** this via the following code.
|
** this via the following code.
|
||||||
** Note that, as this is based on CWD, it only fills one mount_entry
|
** 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
|
** structure. See my_statfs() below for the "other side" of this hack.
|
||||||
** this hack.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static GSList *
|
static GSList *
|
||||||
@ -1744,8 +1743,7 @@ my_statfs (struct my_statfs *myfs_stats, const char *path)
|
|||||||
|
|
||||||
#ifdef HAVE_INFOMOUNT_QNX
|
#ifdef HAVE_INFOMOUNT_QNX
|
||||||
/*
|
/*
|
||||||
** This is the "other side" of the hack to read_file_system_list() in
|
** This is the "other side" of the hack to read_file_system_list() above.
|
||||||
** mountlist.c.
|
|
||||||
** It's not the most efficient approach, but consumes less memory. It
|
** It's not the most efficient approach, but consumes less memory. It
|
||||||
** also accommodates QNX's ability to mount filesystems on the fly.
|
** also accommodates QNX's ability to mount filesystems on the fly.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user