diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-20 03:13:20 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-20 03:13:20 -0800 |
| commit | 76ef5df33f02b6db0f67ca2cb78bde84145d47a0 (patch) | |
| tree | f9f5b7a6e0bd5fdc52e9515906bd0b6970a24be6 /fs/devpts | |
| parent | 66a6ef19520f037127edabb4d663378fbb92b843 (diff) | |
[PATCH] Move XATTR_SECURITY_PREFIX macro to common location
From: Chris Wright <chrisw@osdl.org>
Move the XATTR_SECURITY_PREFIX macro to the xattr.h header so that it's in a
common location.
(Acked by Stephen Smalley)
Diffstat (limited to 'fs/devpts')
| -rw-r--r-- | fs/devpts/xattr_security.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/security.h> #include "xattr.h" -#define XATTR_SECURITY_PREFIX "security." - static size_t devpts_xattr_security_list(struct dentry *dentry, char *buffer) { |
