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:
parent
d46a20d2a4
commit
fcda2f5bd0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue