security/selinux: constify function pointer tables and fields

Constify function pointer tables and fields.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Jan Engelhardt 2008-01-23 00:02:58 +01:00 committed by James Morris
parent 63cb344923
commit 1996a10948
3 changed files with 4 additions and 4 deletions

View file

@ -2300,7 +2300,7 @@ static inline struct dentry *securityfs_create_file(const char *name,
mode_t mode,
struct dentry *parent,
void *data,
struct file_operations *fops)
const struct file_operations *fops)
{
return ERR_PTR(-ENODEV);
}