2-level extfs plugin structure.
commit213cf23b9b732f97bd2c03901c05f6e3b95c2914
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 9 Feb 2010 17:33:06 +0000 (9 17:33 +0000)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 2 Apr 2010 10:14:09 +0000 (2 14:14 +0400)
treef74d3ed12b00cf5fda2a0c217b8448881f6b932a
parent2d6311e8053a4ac683a1bbfeb0a8793384a67e84
2-level extfs plugin structure.

extfs vfs plugins are read from following places:
1. ~/.mc/extfs.d directory.
2. /usr/libexec/mc/extfs.d direcotry.

Priority of plugins installed in user home directory
is highest. If there are two plugins with same names
exist in user home and system directories, the plugin
from user home is used.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/vfs/mc-vfs/extfs.c