fs/internal.h: add const to ns_dentry_operations declaration
The actual definition in fs/nsfs.c is already const. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
9dcfcda576
commit
be218aa2e3
@ -156,7 +156,7 @@ extern void mnt_pin_kill(struct mount *m);
|
||||
/*
|
||||
* fs/nsfs.c
|
||||
*/
|
||||
extern struct dentry_operations ns_dentry_operations;
|
||||
extern const struct dentry_operations ns_dentry_operations;
|
||||
|
||||
/*
|
||||
* fs/ioctl.c
|
||||
|
Loading…
Reference in New Issue
Block a user