feat: Disable CoW check on XFS (#27)
This commit is contained in:
parent
73583b33b3
commit
4346464ee8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ getSize() {
|
|||
isCow() {
|
||||
local FS=$1
|
||||
|
||||
if [[ "${FS,,}" == "xfs" || "${FS,,}" == "btrfs" || "${FS,,}" == "bcachefs" ]]; then
|
||||
if [[ "${FS,,}" == "btrfs" ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue