patch-2.4.20 linux-2.4.20/include/linux/xattr.h
Next file: linux-2.4.20/include/linux/zconf.h
Previous file: linux-2.4.20/include/linux/wireless.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/linux/xattr.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.19/include/linux/xattr.h linux-2.4.20/include/linux/xattr.h
@@ -0,0 +1,15 @@
+/*
+ File: linux/xattr.h
+
+ Extended attributes handling.
+
+ Copyright (C) 2001 by Andreas Gruenbacher <a.gruenbacher@computer.org>
+ Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
+*/
+#ifndef _LINUX_XATTR_H
+#define _LINUX_XATTR_H
+
+#define XATTR_CREATE 0x1 /* set the value, fail if attr already exists */
+#define XATTR_REPLACE 0x2 /* set the value, fail if attr does not exist */
+
+#endif /* _LINUX_XATTR_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)