Unverified Commit c45f2a09 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Disable CoW check on XFS (#440)

parent f9363f61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ getSize() {
isCow() {
  local FS=$1

  if [[ "${FS,,}" == "xfs" || "${FS,,}" == "btrfs" || "${FS,,}" == "bcachefs" ]]; then
  if [[ "${FS,,}" == "btrfs" ]]; then
    return 0
  fi