Whamcloud - gitweb
LU-12542 handles: discard h_owner in favour of h_ops
[fs/lustre-release.git] / lustre / mdt / mdt_internal.h
index 9c21885..79eaf99 100644 (file)
@@ -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 */