bitbake: monitordisk: don't log when not monitoring a filesystem for inodes
authorRoss Burton <ross.burton@intel.com>
Thu, 25 Sep 2014 14:28:52 +0000 (15:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 11:08:48 +0000 (12:08 +0100)
commitff642ff0cf428bd0d833e7eafd06c69e7217d931
treeb27853187e9f8acac6aed411633d267ea68e8c3e
parent200cd49da551fd8902a058acd242636d24e7f882
bitbake: monitordisk: don't log when not monitoring a filesystem for inodes

Writing a log that the filesystem isn't being monitored for inode usage just
confuses users who are not aware about the nature of inodes in their filesystem,
so don't say anything, just silently disable the monitor.  In general this only
happens on filesystems which don't have a limit on inodes.

(Bitbake rev: ca93bc84ee5fb94a50c11c47e4d212d7da649e24)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/monitordisk.py