On Saturday 03 November 2007 10:40, Heiko Carstens wrote: > > > + if (!(adapter->adapter_features & FSF_FEATURE_MEASUREMENT_DATA)) { > > > + ZFCP_LOG_NORMAL("error: Enhanced measurement feature not " > > > + "supported"); > > > + return -EOPNOTSUPP; > > > + } > > Btw. any user can flood the console with these messages if the adapter > doesn't support the feature. That can be considered a denial of service > attack. Please just return -EOPNOTSUPP and don't print anything on the > console. > I can see your point but I think you're a bit too extreme in your assessment on a simple console message (with almost no processing behind it). If someone really wants to "flood" the console with messages they go other and possibly easier ways to achieve the same thing, how about "logger" ! But since it seems to bother you a lot, I will remove the message. Cheers Swen - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html