> +     spin_lock(&sdev->stat_lock);
> +     ++sdev->stat.read_errors;
> +     spin_unlock(&sdev->stat_lock);

Normally we write "i++" instead of "++i" if the return value is
ignored.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to