mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 02:36:02 +00:00
ubifs: xattr: remove unused anonymous enum
commit 2b88fc21ca
("ubifs: Switch to generic xattr handlers") removes
usage of this anonymous enum. Delete the enum as well.
Signed-off-by: Pascal Eberhard <pascal.eberhard@se.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
79d3e562cb
commit
8214951280
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user