[gparted] Allow GParted to read the UUID from older btrfs-show command
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Allow GParted to read the UUID from older btrfs-show command
- Date: Tue, 24 Sep 2013 16:55:03 +0000 (UTC)
commit 21aa90b847bf63a60e957600978174c29a7aaa44
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Sun Sep 15 12:28:53 2013 +0100
Allow GParted to read the UUID from older btrfs-show command
All the code was there in btrfs::read_uuid() to read the UUID from the
btrfs-show command. It just needed enabling.
This is only relevant when: (1) the blkid command is unavailable as
GParted primarily reads the UUID through the FS_Info cache using the
blkid command, and (2) the btrfs command is unavailable and the btrfs
module uses the older btrfs-show command instead.
src/btrfs.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/btrfs.cc b/src/btrfs.cc
index e5ac32f..cecb089 100644
--- a/src/btrfs.cc
+++ b/src/btrfs.cc
@@ -78,6 +78,7 @@ FS btrfs::get_filesystem_support()
{
fs .read = GParted::FS::EXTERNAL ;
fs .read_label = FS::EXTERNAL ;
+ fs .read_uuid = FS::EXTERNAL ;
}
//Resizing of btrfs requires btrfsctl, mount, umount
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]