]> git.baikalelectronics.ru Git - kernel.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)
commitaade605f23aa387e7a0b7af2d613087a64a7457e
treee12d93dd206078e7c49b7acaa0254b4cb2628a50
parent6d68431ac6147790b78c5025872d680ce9d900dc
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