Remove SVR2 support from mountlist

2018-10-14 Thread Andrew Borodin
Hi! A year ago (commit 467061a2014d742a27eb8d4498e8d09fb3225d53), the SVR2 support was removed from fsusage. Should it be removed from mountlist either? -- Andrew

[PATCH] mountlist: clean up of variable duplication

2015-09-27 Thread Andrew Borodin
Greetings! There is a duplication of variable declaration in read_file_system_list() in case of [MOUNTED_LISTMNTENT]. Patch is attached. Please correct the log message if required. Thanks! -- Andrew From 6f095f280aba5ce4ae10d75d08e7e2b2293ca82e Mon Sep 17 00:00:00 2001 From: Andrew Borodin

[PATCH] mountlist: fix resource leak.

2013-10-06 Thread Andrew Borodin
Hi! There is a resource leak in the read_file_system_list() function. Attached patch fixes that. -- Regards, Andrew From fbf9bb5571b38f8914badfc18b122c010cb9747b Mon Sep 17 00:00:00 2001 From: Andrew Borodin aboro...@vmail.ru Date: Sun, 6 Oct 2013 18:28:17 +0400 Subject: [PATCH] mountlist: fix