commit | 0125f504ed320826a78b43d636de957d703465a8 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Nov 21 16:15:37 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 06 21:17:16 2015 -0500 |
tree | 67ec2fce9e0eaa9e8d5bb3c5b8ea8bab349eeab1 | |
parent | b896fb35ca904fe5b7765fcd81a45f09a62e8d03 [diff] |
adfs: constify adfs_dir_ops structures The adfs_dir_ops 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: Al Viro <viro@zeniv.linux.org.uk>