Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be1d2cf5 authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds
Browse files

fs/hugetlbfs/inode.c: use static const for dentry_operations



...like other filesystems.

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 422b2448
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -938,7 +938,7 @@ static int get_hstate_idx(int page_size_log)
	return h - hstates;
}

static struct dentry_operations anon_ops = {
static const struct dentry_operations anon_ops = {
	.d_dname = simple_dname
};