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

Commit 79be57cc authored by Al Viro's avatar Al Viro
Browse files

constify dentry_operations: AFS



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 08f11513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ const struct inode_operations afs_dir_inode_operations = {
	.setattr	= afs_setattr,
};

static struct dentry_operations afs_fs_dentry_operations = {
static const struct dentry_operations afs_fs_dentry_operations = {
	.d_revalidate	= afs_d_revalidate,
	.d_delete	= afs_d_delete,
	.d_release	= afs_d_release,