initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / linux / xattr.h
blobd9c5d5c83d4990e63698a688b3db4db67c52d721
1 /*
2 File: linux/xattr.h
4 Extended attributes handling.
6 Copyright (C) 2001 by Andreas Gruenbacher <a.gruenbacher@computer.org>
7 Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
8 */
9 #ifndef _LINUX_XATTR_H
10 #define _LINUX_XATTR_H
12 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
13 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
15 #define XATTR_SECURITY_PREFIX "security."
17 #endif /* _LINUX_XATTR_H */