Merge pull request #31805 from john5223/develop

Include btrfs as specialFS to match on name for set_fstab
This commit is contained in:
Nicole Thomas 2016-03-11 08:59:46 -07:00
commit 4147ff2599

View File

@ -424,7 +424,8 @@ def set_fstab(
'debugfs',
'securityfs',
'devtmpfs',
'cgroup'])
'cgroup',
'btrfs'])
if fstype in specialFSes:
match_on = ['name']