Skip to content

Commit

Permalink
fs/internal.h: add const to ns_dentry_operations declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rasmus Villemoes authored and Al Viro committed Sep 28, 2016
1 parent 9dcfcda commit be218aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be218aa

Please sign in to comment.