Skip to content

Commit acb9743

Browse files
authored
Update fs.go
Signed-off-by: tomaszduda23 <[email protected]>
1 parent e0fab62 commit acb9743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/fs.go

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func processMounts(mounts []*mount.Info, excludedMountpointPrefixes []string) ma
183183
"tmpfs": true,
184184
"xfs": true,
185185
"zfs": true,
186+
"f2fs": true,
186187
}
187188

188189
for _, mnt := range mounts {

0 commit comments

Comments
 (0)