X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fliblustre%2Fllite_lib.h;h=88b69b9e53e2f473d48ff5eaae9caac6127d5d70;hb=5517eab06eb99e4ecb66be251a10e70c37547610;hp=f8e6e342e3c85b711f56aa24ec66d375cf302e09;hpb=68b4780e303976aad3bb4cd02ad483214e1ed33c;p=fs%2Flustre-release.git diff --git a/lustre/liblustre/llite_lib.h b/lustre/liblustre/llite_lib.h index f8e6e34..88b69b9 100644 --- a/lustre/liblustre/llite_lib.h +++ b/lustre/liblustre/llite_lib.h @@ -117,6 +117,8 @@ struct llu_inode_info { * was opened several times without close, we track an * open_count here */ struct ll_file_data *lli_file_data; + /* checking lli_has_smd is reliable only inside an IO + * i.e, lov stripe has been held. */ bool lli_has_smd; int lli_open_flags; int lli_open_count;