From cdc5ba6f62886f28a776395d2e718b198fe60e86 Mon Sep 17 00:00:00 2001 From: Shen Feng Date: Fri, 25 Jul 2008 01:46:41 -0700 Subject: [PATCH] --- yaml --- r: 105867 b: refs/heads/master c: 3264d4ded4d916d294d776b77b72d477c63ac3be h: refs/heads/master i: 105865: d8c0283b6b41d9019acd812e3d7e33165b2d5db0 105863: a042c7056f50d0ae12a763a3b412093fe3f282c2 v: v3 --- [refs] | 2 +- trunk/fs/reiserfs/xattr_security.c | 2 -- trunk/fs/reiserfs/xattr_trusted.c | 2 -- trunk/fs/reiserfs/xattr_user.c | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) 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) {