diff options
author | Gary Thomas <gary@mlbassoc.com> | 2012-01-06 06:35:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-06 14:41:19 +0000 |
commit | fff18970706913e7fd7f4a119d798dddb44b388a (patch) | |
tree | cfe1bafa055e7be60ec5a17c8b2643a6aaa8925d /meta/recipes-kernel/oprofile/oprofile.inc | |
parent | 752e31fb437ec56785402148cae4efb63b8d93c7 (diff) | |
download | openembedded-core-fff18970706913e7fd7f4a119d798dddb44b388a.tar.gz openembedded-core-fff18970706913e7fd7f4a119d798dddb44b388a.tar.bz2 openembedded-core-fff18970706913e7fd7f4a119d798dddb44b388a.tar.xz openembedded-core-fff18970706913e7fd7f4a119d798dddb44b388a.zip |
base-files: filesystems: fix mount order
This changes the order that file system [types] are tried
when using 'mount' in busybox when the file system type is
not explictly specified. The pervious ordering is
incorrect in that less capable file system types are tried
first, e.g. ext2 before ext3, which will cause an ext3 file
system to be mounted as ext2, disabling some of the ext3
features such as journaling.
The change also moves infrequently used file system types to
the end as checking for them is just a waste of effort in
most cases. The list now also includes ext4.
[RP: Add PR bump, unbreak patch application]
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
0 files changed, 0 insertions, 0 deletions