X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_internal.h;h=79eaf99f618b01c6792944b48c4e9514b72f24d4;hb=9bda0a5cad190f33571ff6bce4235cd7fc4f76fd;hp=9c2188516db6b64b064ffebc44eb81e65c4f8760;hpb=f36a5491d0bf4d861dc3332a600fca5a450afcb6;p=fs%2Flustre-release.git diff --git a/lustre/mdt/mdt_internal.h b/lustre/mdt/mdt_internal.h index 9c21885..79eaf99f 100644 --- a/lustre/mdt/mdt_internal.h +++ b/lustre/mdt/mdt_internal.h @@ -66,6 +66,8 @@ struct mdt_object; struct mdt_file_data { /** portals handle must be first */ struct portals_handle mfd_open_handle; + /* export data of portals_handle */ + const struct mdt_export_data *mfd_owner; /** open mode provided by client */ u64 mfd_open_flags; /** protected by med_open_lock */