Whamcloud - gitweb
LU-14490 lmv: striped directory as subdirectory mount
[fs/lustre-release.git] / lustre / mdt / mdt_internal.h
index 58aadaa..64d5bef 100644 (file)
@@ -293,7 +293,9 @@ struct mdt_device {
                                   mdt_skip_lfsck:1,
                                   mdt_readonly:1,
                                   /* dir restripe migrate dirent only */
-                                  mdt_dir_restripe_nsonly:1;
+                                  mdt_dir_restripe_nsonly:1,
+                                  /* subdirectory mount of remote dir */
+                                  mdt_enable_remote_subdir_mount:1;
 
                                   /* user with gid can create remote/striped
                                    * dir, and set default dir stripe */