Skip to content

Commit 8214951

Browse files
ubifs: xattr: remove unused anonymous enum
commit 2b88fc2 ("ubifs: Switch to generic xattr handlers") removes usage of this anonymous enum. Delete the enum as well. Signed-off-by: Pascal Eberhard <[email protected]> Reviewed-by: Zhihao Cheng <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 79d3e56 commit 8214951

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

fs/ubifs/xattr.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,6 @@
4848
#include <linux/slab.h>
4949
#include <linux/xattr.h>
5050

51-
/*
52-
* Extended attribute type constants.
53-
*
54-
* USER_XATTR: user extended attribute ("user.*")
55-
* TRUSTED_XATTR: trusted extended attribute ("trusted.*)
56-
* SECURITY_XATTR: security extended attribute ("security.*")
57-
*/
58-
enum {
59-
USER_XATTR,
60-
TRUSTED_XATTR,
61-
SECURITY_XATTR,
62-
};
63-
6451
static const struct inode_operations empty_iops;
6552
static const struct file_operations empty_fops;
6653

0 commit comments

Comments
 (0)