X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_internal.h;h=b3188d00095f4169b9944793ce8a3a4807fd71c8;hp=11471982d233b97901dae2e256686a28318b083a;hb=c23c68a52a04369101db2bd3b1d3da23025fcf48;hpb=ec4126dcee97eab9a377899221c05d3e15746ebf diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 1147198..b3188d0 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -171,6 +171,10 @@ struct ll_inode_info { pid_t lli_opendir_pid; /* directory depth to ROOT */ unsigned short lli_dir_depth; + /* directory depth to ancestor whose default LMV is + * inherited. + */ + unsigned short lli_inherit_depth; /* stat will try to access statahead entries or start * statahead if this flag is set, and this flag will be * set upon dir open, and cleared when dir is closed,