tools: Print a message if refcnt attribute is missing
authorEzequiel Garcia <ezequiel@collabora.com>
Fri, 8 Mar 2019 20:39:07 +0000 (17:39 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 8 Mar 2019 21:06:52 +0000 (13:06 -0800)
commitea3e508f61251b16567f888042f6c4c60b48a4e0
tree957f807b949e4c15bb269d97fa6f4f218a9b692a
parentf8b8d7b330433511d19a936ddfc7b7d1af5490b5
tools: Print a message if refcnt attribute is missing

Currently, check_module_inuse returns a wrong user message
if the kernel is built without module unloading support.

Fix it by returning a more specific error, in case 'refcnt'
attribute is missing.
tools/remove.c
tools/rmmod.c