Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/filemon
Module Name: src
Committed By: pgoyette
Date: Sat Nov 21 03:34:28 UTC 2015
Modified Files:
src/sys/dev/filemon: filemon.c
Log Message:
The correct default return value from a module's xxx_modcmd() routine
is ENOTTY, not EOPNOTSUPP! The former will allow the module to be
auto-unloaded, while the latter will prevent it.
Note that manual unloading of the filemon module is unaffected, as
that is controlled by actual usage of the module.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/filemon/filemon.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index