Whamcloud - gitweb
LU-12826 mdt: limit root to change project state by default
[fs/lustre-release.git] / lustre / mdt / mdt_internal.h
index 2973f75..1e1d6da 100644 (file)
@@ -262,6 +262,8 @@ struct mdt_device {
                                   /* user with gid can create remote/striped
                                    * dir, and set default dir stripe */
        gid_t                      mdt_enable_remote_dir_gid;
+                                  /* user with this gid can change projid */
+       gid_t                      mdt_enable_chprojid_gid;
 
        /* lock for osfs and md_root */
        spinlock_t                 mdt_lock;