Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pydf
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ def get_row_mp(mp):
inodes_size = status.f_files
inodes_avail = status.f_favail
if (size==0 or is_special_fs(fstype)) and not allfss:
return
return None
if bind and hidebinds:
return
return None
used = size-free
inodes_used = inodes_size - inodes_free

Expand Down