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>
pull/1084/merge
parent
79d3e562cb
commit
8214951280
|
|
@ -48,19 +48,6 @@
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include <linux/xattr.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 inode_operations empty_iops;
|
||||||
static const struct file_operations empty_fops;
|
static const struct file_operations empty_fops;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue