]> asedeno.scripts.mit.edu Git - linux.git/commit
fat: constify fatent_operations structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 20 Jan 2016 22:59:52 +0000 (14:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jan 2016 01:09:18 +0000 (17:09 -0800)
commit8992de4cec126c6703ece0747239d071dbce725f
tree6a7224b6f0090c972cdcd9e40635edf1a8b6d83a
parent28016128d37a46d89ac5d9a450709284148989d6
fat: constify fatent_operations structures

The fatent_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>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fat/fat.h
fs/fat/fatent.c