Reformatted FileSystem.h

Signed-off-by: Celeste Peláez <KernelFreeze@users.noreply.github.com>
This commit is contained in:
Celeste Peláez 2024-05-26 01:40:31 -05:00
parent a2b5ac73ff
commit f5f32e2c6e
No known key found for this signature in database
GPG Key ID: 4EEB20F0979878F4

View File

@ -460,7 +460,7 @@ QString nearestExistentAncestor(const QString& path);
FilesystemInfo statFS(const QString& path); FilesystemInfo statFS(const QString& path);
static const QList<FilesystemType> s_clone_filesystems = { FilesystemType::BTRFS, FilesystemType::APFS, FilesystemType::ZFS, static const QList<FilesystemType> s_clone_filesystems = { FilesystemType::BTRFS, FilesystemType::APFS, FilesystemType::ZFS,
FilesystemType::XFS, FilesystemType::REFS, FilesystemType::BCACHEFS }; FilesystemType::XFS, FilesystemType::REFS, FilesystemType::BCACHEFS };
/** /**
* @brief if the Filesystem is reflink/clone capable * @brief if the Filesystem is reflink/clone capable