diff --git a/[refs] b/[refs] index 8fcdba0d811a..130a15ac3d43 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 90415deac75a761a25239af6f56381546f8d2201 +refs/heads/master: 3264d4ded4d916d294d776b77b72d477c63ac3be diff --git a/trunk/fs/reiserfs/xattr_security.c b/trunk/fs/reiserfs/xattr_security.c index 5e90a95ad60b..056008db1377 100644 --- a/trunk/fs/reiserfs/xattr_security.c +++ b/trunk/fs/reiserfs/xattr_security.c @@ -6,8 +6,6 @@ #include #include -#define XATTR_SECURITY_PREFIX "security." - static int security_get(struct inode *inode, const char *name, void *buffer, size_t size) { diff --git a/trunk/fs/reiserfs/xattr_trusted.c b/trunk/fs/reiserfs/xattr_trusted.c index 024a938ca60f..60abe2bb1f98 100644 --- a/trunk/fs/reiserfs/xattr_trusted.c +++ b/trunk/fs/reiserfs/xattr_trusted.c @@ -7,8 +7,6 @@ #include #include -#define XATTR_TRUSTED_PREFIX "trusted." - static int trusted_get(struct inode *inode, const char *name, void *buffer, size_t size) { diff --git a/trunk/fs/reiserfs/xattr_user.c b/trunk/fs/reiserfs/xattr_user.c index 073f39364b11..1384efcb938e 100644 --- a/trunk/fs/reiserfs/xattr_user.c +++ b/trunk/fs/reiserfs/xattr_user.c @@ -10,8 +10,6 @@ # include #endif -#define XATTR_USER_PREFIX "user." - static int user_get(struct inode *inode, const char *name, void *buffer, size_t size) {