commit | 8992de4cec126c6703ece0747239d071dbce725f | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Wed Jan 20 14:59:52 2016 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jan 20 17:09:18 2016 -0800 |
tree | 6a7224b6f0090c972cdcd9e40635edf1a8b6d83a | |
parent | 28016128d37a46d89ac5d9a450709284148989d6 [diff] |
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>