diff options
| -rwxr-xr-x | src/tests/integration-test | 2 | ||||
| -rw-r--r-- | src/udiskslinuxfsinfo.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/integration-test b/src/tests/integration-test index 6320e6a..d9f2789 100755 --- a/src/tests/integration-test +++ b/src/tests/integration-test @@ -1011,7 +1011,7 @@ class FS(UDisksTestCase): except GLib.GError as e: if 'UDisks2.Error.NotSupported' in e.message: # these fses are known to not support relabeling - self.assertIn(type, ['minix', 'btrfs', 'f2fs']) + self.assertIn(type, ['minix', 'f2fs']) supported = False else: raise diff --git a/src/udiskslinuxfsinfo.c b/src/udiskslinuxfsinfo.c index 9a27b0f..9e1e922 100644 --- a/src/udiskslinuxfsinfo.c +++ b/src/udiskslinuxfsinfo.c @@ -101,7 +101,7 @@ const FSInfo _fs_info[] = }, { "btrfs", - NULL, + "btrfs filesystem label $DEVICE $LABEL", NULL, FALSE, /* supports_online_label_rename */ TRUE, /* supports_owners */ |
