summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 668a504)
raw | patch | inline | side by side (parent: 668a504)
author | Lubos Stanek <lubek@users.sourceforge.net> | |
Tue, 21 Nov 2006 16:13:56 +0000 (17:13 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 21 Nov 2006 16:13:56 +0000 (17:13 +0100) |
src/df.c | patch | blob | history |
diff --git a/src/df.c b/src/df.c
index 41f1d83824d574e9552471cdc121b7f6e30ebd22..d327164ac601e3a98c59217122240b0e77b8ea4b 100644 (file)
--- a/src/df.c
+++ b/src/df.c
mnt_name[i] = '-';
}
- if (ignorelist_match (il_device, mnt_ptr->device))
+ if (ignorelist_match (il_device,
+ (mnt_ptr->spec_device != NULL)
+ ? mnt_ptr->spec_device
+ : mnt_ptr->device))
continue;
if (ignorelist_match (il_mountpoint, mnt_ptr->dir))
continue;