diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2016-09-15 00:15:34 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-27 21:45:46 -0400 |
commit | be218aa2e3f7aa698cdce5a4efb1e178677db8fd (patch) | |
tree | d1c042de65347a49a35390c7e002111a1b8dd1b4 /fs | |
parent | 9dcfcda5768eda793e15a1a73da38cfd1fc1a47a (diff) | |
download | op-kernel-dev-be218aa2e3f7aa698cdce5a4efb1e178677db8fd.zip op-kernel-dev-be218aa2e3f7aa698cdce5a4efb1e178677db8fd.tar.gz |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index ba07376..3958878 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -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 |