mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
staging: lustre: storage class should be before const qualifier
The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d46a20d2a4
commit
fcda2f5bd0
@@ -512,7 +512,7 @@ static int lov_attr_get_raid0(const struct lu_env *env, struct cl_object *obj,
|
||||
return result;
|
||||
}
|
||||
|
||||
const static struct lov_layout_operations lov_dispatch[] = {
|
||||
static const struct lov_layout_operations lov_dispatch[] = {
|
||||
[LLT_EMPTY] = {
|
||||
.llo_init = lov_init_empty,
|
||||
.llo_delete = lov_delete_empty,
|
||||
|
||||
Reference in New Issue
Block a user