Whamcloud - gitweb
b=24226 SUID/SGID related processing
[fs/lustre-release.git] / lustre / include / lu_object.h
index 10df803..2b9424f 100644 (file)
@@ -445,6 +445,8 @@ enum la_valid {
         LA_NLINK  = 1 << 10,
         LA_RDEV   = 1 << 11,
         LA_BLKSIZE = 1 << 12,
+        LA_KILL_SUID = 1 << 13,
+        LA_KILL_SGID = 1 << 14,
 };
 
 /**