From 76ef5df33f02b6db0f67ca2cb78bde84145d47a0 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 20 Jan 2004 03:13:20 -0800 Subject: [PATCH] Move XATTR_SECURITY_PREFIX macro to common location From: Chris Wright Move the XATTR_SECURITY_PREFIX macro to the xattr.h header so that it's in a common location. (Acked by Stephen Smalley) --- fs/devpts/xattr_security.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/devpts') diff --git a/fs/devpts/xattr_security.c b/fs/devpts/xattr_security.c index b7c9b7cac1b0..4291d7b35f20 100644 --- a/fs/devpts/xattr_security.c +++ b/fs/devpts/xattr_security.c @@ -8,8 +8,6 @@ #include #include "xattr.h" -#define XATTR_SECURITY_PREFIX "security." - static size_t devpts_xattr_security_list(struct dentry *dentry, char *buffer) { -- cgit v1.2.3