Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2009-07-16 07:10:13 -07:00
commit 7535a0efc2
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ sigar_iodev_t *sigar_iodev_get(sigar_t *sigar,
"[iodev] inode stat(%s) failed", "[iodev] inode stat(%s) failed",
fsp->dir_name); fsp->dir_name);
} }
return NULL; /* cant cache w/o inode */ continue; /* cant cache w/o inode */
} }
ent = sigar_cache_get(sigar->fsdev, SIGAR_FSDEV_ID(sb)); ent = sigar_cache_get(sigar->fsdev, SIGAR_FSDEV_ID(sb));