Fix parsing of /proc/filesystems
commitbc9576a9987a403695ccd1e59c34c28add63772d
authorMarc Andre Tanner <mat@brain-dump.org>
Tue, 1 Dec 2009 11:27:34 +0000 (1 12:27 +0100)
committerMarc Andre Tanner <mat@brain-dump.org>
Tue, 1 Dec 2009 11:27:34 +0000 (1 12:27 +0100)
treee9eacd2daf841e9a02012ab437db9b7a57744ae1
parentb46c9f0038d8f4decc5630fe5544c46e03bedef7
Fix parsing of /proc/filesystems

We can't just ignore "nodev" entries. It just means that the filesystem
is currently not mounted on a block device not that it can't be mounted
on one.

This has the effect that it now also scans the NAND jffs2 partition
which is rather slow to mount.

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
kexec.c