提交 3264d4de 编写于 作者: S Shen Feng 提交者: Linus Torvalds

reiserfs: remove double definitions of xattr macros

remove the definitions of macros:
XATTR_SECURITY_PREFIX
XATTR_TRUSTED_PREFIX
XATTR_USER_PREFIX
since they are defined in linux/xattr.h
Signed-off-by: NShen Feng <shen@cn.fujitsu.com>
Signed-off-by: NMingming Cao <cmm@us.ibm.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 90415dea
......@@ -6,8 +6,6 @@
#include <linux/reiserfs_xattr.h>
#include <asm/uaccess.h>
#define XATTR_SECURITY_PREFIX "security."
static int
security_get(struct inode *inode, const char *name, void *buffer, size_t size)
{
......
......@@ -7,8 +7,6 @@
#include <linux/reiserfs_xattr.h>
#include <asm/uaccess.h>
#define XATTR_TRUSTED_PREFIX "trusted."
static int
trusted_get(struct inode *inode, const char *name, void *buffer, size_t size)
{
......
......@@ -10,8 +10,6 @@
# include <linux/reiserfs_acl.h>
#endif
#define XATTR_USER_PREFIX "user."
static int
user_get(struct inode *inode, const char *name, void *buffer, size_t size)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册