Andrew Borodin 7ce3ca0991 Make VFS faster a bit.
Each VSF entry is added to VFS using vfs_s_insert_entry() via
g_list_append(). For long lists, a lot of walking through entire list
is performed. To get rid that, change type of vfs_s_inode::subdir from
GList to GQueue.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2019-09-29 15:11:53 +03:00
..
2019-09-29 11:21:14 +03:00
2019-09-29 15:11:53 +03:00
2019-02-03 12:47:59 +03:00
2019-02-03 12:47:59 +03:00
2019-03-02 11:24:07 +03:00
2019-02-03 12:47:59 +03:00
2018-03-19 15:00:23 +03:00