Cc: James Bottomley <James.Bottomley@...>, Christof Schmitt <christof.schmitt@...>, <linux-scsi@...>, Linux on 390 Port <LINUX-390@...>, linux-kernel <linux-kernel@...>
> > + if (!(adapter->adapter_features & FSF_FEATURE_MEASUREMENT_DATA)) {
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.
-