Tookmund / Swapspace

A fork of Jeroen T. Vermeulen's excellent dynamic swap space manager
GNU General Public License v2.0
128 stars 12 forks source link

Some filesystems don't support the NOCOW attribute #24

Closed Tookmund closed 4 years ago

Tookmund commented 4 years ago

Right now we set the NOCOW attribute regardless of whether the current filesystem actually supports it. We should stop trying to set this attribute if the filesystem doesn't use it (e.g. XFS).