OSDN Git Service

vold3: check supported filesystem modules android-x86-7.1-r1 android-x86-7.1-r2
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 25 Mar 2017 16:47:42 +0000 (00:47 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 6 May 2017 17:29:55 +0000 (01:29 +0800)
commitd764fe5891d6518e3ed130410a4d0276405aacf6
treea4a64556ff9e1de78c00a72af545bd945c090a69
parentfe4577f1be3d4cd5dc12d959619bc34644e57390
vold3: check supported filesystem modules

If there is a filesystem module of the requested type,
it should be considered supported.

Note the kernel will auto load the filesystem module
on mounting by modprobe.
Utils.cpp