OSDN Git Service

xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
[tomoyo/tomoyo-test1.git] / fs / xfs / libxfs / xfs_da_format.h
index 3dee330..05615d1 100644 (file)
@@ -683,8 +683,6 @@ struct xfs_attr3_leafblock {
 
 /*
  * Flags used in the leaf_entry[i].flags field.
- * NOTE: the INCOMPLETE bit must not collide with the flags bits specified
- * on the system call, they are "or"ed together for various operations.
  */
 #define        XFS_ATTR_LOCAL_BIT      0       /* attr is stored locally */
 #define        XFS_ATTR_ROOT_BIT       1       /* limit access to trusted attrs */