]> git.karo-electronics.de Git - linux-beck.git/commit
nilfs2: constify nilfs_sc_operations structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Mon, 23 May 2016 23:22:57 +0000 (16:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2016 00:04:14 +0000 (17:04 -0700)
commit1c613cb9868359031eb1344a33ac661908804bab
treee12d93dd206078e7c49b7acaa0254b4cb2628a50
parenta46d8c3fc7f520632e773ff51209e98770a56846
nilfs2: constify nilfs_sc_operations structures

The nilfs_sc_operations structures are never modified, so declare them
as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nilfs2/segment.c