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

Commit 8c6866b0 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBIFS: constify file and inode operations



This patch adds 'const' qualifier to UBIFS xattr inode and file
operations.

Pointed-out-by: default avatarJulia Lawall <julia@diku.dk>
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent 887ee171
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -78,9 +78,9 @@ enum {
	SECURITY_XATTR,
};

static struct inode_operations none_inode_operations;
static const struct inode_operations none_inode_operations;
static struct address_space_operations none_address_operations;
static struct file_operations none_file_operations;
static const struct file_operations none_file_operations;

/**
 * create_xattr - create an extended attribute.