Commit 82149512 authored by Pascal Eberhard's avatar Pascal Eberhard Committed by Richard Weinberger
Browse files

ubifs: xattr: remove unused anonymous enum



commit 2b88fc21 ("ubifs: Switch to generic xattr handlers") removes
usage of this anonymous enum. Delete the enum as well.

Signed-off-by: default avatarPascal Eberhard <pascal.eberhard@se.com>
Reviewed-by: default avatarZhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 79d3e562
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -48,19 +48,6 @@
#include <linux/slab.h>
#include <linux/xattr.h>

/*
 * Extended attribute type constants.
 *
 * USER_XATTR: user extended attribute ("user.*")
 * TRUSTED_XATTR: trusted extended attribute ("trusted.*)
 * SECURITY_XATTR: security extended attribute ("security.*")
 */
enum {
	USER_XATTR,
	TRUSTED_XATTR,
	SECURITY_XATTR,
};

static const struct inode_operations empty_iops;
static const struct file_operations empty_fops;