From 47272371c9b0e5f47b1eb0fec1d4eb9bd5a891a7 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Sat, 15 Aug 2009 13:57:48 +0300 Subject: [PATCH] --- yaml --- r: 164050 b: refs/heads/master c: 8c6866b071cb242584df287dbd342e5815e8407f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ubifs/xattr.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b1cc14ea327a..cf0a0533d7dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 887ee17117fd23e962332b353d250ac9e090b20f +refs/heads/master: 8c6866b071cb242584df287dbd342e5815e8407f diff --git a/trunk/fs/ubifs/xattr.c b/trunk/fs/ubifs/xattr.c index adafcf556531..7998cc378250 100644 --- a/trunk/fs/ubifs/xattr.c +++ b/trunk/fs/ubifs/xattr.c @@ -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.