]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Add to the list of pseudo-filesystem types
authorGabriel de Perthuis <g2p.code@gmail.com>
Wed, 20 May 2020 17:55:17 +0000 (19:55 +0200)
committerGabriel de Perthuis <g2p.code@gmail.com>
Wed, 20 May 2020 18:28:01 +0000 (20:28 +0200)
commit3dde0d076d903af75b85c0ee465c56fdda6401d9
tree780a0d76e69263f723820c2812bbcf98a31f2ab5
parenta87f49f6621885ae4e46abf0f510ea21ff90e6c2
Add to the list of pseudo-filesystem types

Useful commands for maintaining the list:

    grep -w ^nodev /proc/filesystems |sort

In a Linux source checkout:

    git grep -wl file_system_type '*.c' |xargs grep -L FS_REQUIRES_DEV |xargs grep -wA12 file_system_type |grep -F '.name' |uniq |column -t
libmount/src/utils.c