Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250961
b: refs/heads/master
c: 1dbe394
h: refs/heads/master
i:
  250959: efc9492
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed May 25, 2011
1 parent a25be9d commit 8b1578f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b060420a596095869a6d7849caa798d23839cd1
refs/heads/master: 1dbe39424a43e56a6c9aed12661192af51dcdb9f
8 changes: 4 additions & 4 deletions trunk/include/linux/xattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
#define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
#define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */

#ifdef __KERNEL__

#include <linux/types.h>

/* Namespaces */
#define XATTR_OS2_PREFIX "os2."
#define XATTR_OS2_PREFIX_LEN (sizeof (XATTR_OS2_PREFIX) - 1)
Expand Down Expand Up @@ -53,6 +49,10 @@
#define XATTR_CAPS_SUFFIX "capability"
#define XATTR_NAME_CAPS XATTR_SECURITY_PREFIX XATTR_CAPS_SUFFIX

#ifdef __KERNEL__

#include <linux/types.h>

struct inode;
struct dentry;

Expand Down

0 comments on commit 8b1578f

Please sign in to comment.