mount: rename /proc/mount parser to mount_update_mount_list()
authorRafał Miłecki <rafal@milecki.pl>
Thu, 8 Feb 2018 13:50:20 +0000 (14:50 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 12 Feb 2018 09:52:16 +0000 (10:52 +0100)
commit7c8fea849d5a59485daea527106e29e4db0f989b
treee06dd18d783279f3f1bef390389c261693ecfbe3
parent7aadd1cb3034828b3b9bced5b38b6bd00f0b7fc2
mount: rename /proc/mount parser to mount_update_mount_list()

Using "update" in the function name should better match its role than
"check". The main purpose of this function is to update content of the
"mounted" array.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
mount.c