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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue