Commit be218aa2 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Al Viro

fs/internal.h: add const to ns_dentry_operations declaration

The actual definition in fs/nsfs.c is already const.
Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 9dcfcda5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment