Whamcloud - gitweb
LU-3105 osc: remove capa support
[fs/lustre-release.git] / lustre / include / cl_object.h
index 2654ec4..24d8314 100644 (file)
@@ -1809,7 +1809,6 @@ struct cl_io {
                        unsigned int             sa_valid;
                        int                      sa_stripe_index;
                        const struct lu_fid     *sa_parent_fid;
-                       struct obd_capa         *sa_capa;
                } ci_setattr;
                struct cl_data_version_io {
                        u64 dv_data_version;
@@ -1832,7 +1831,6 @@ struct cl_io {
                struct cl_fsync_io {
                        loff_t             fi_start;
                        loff_t             fi_end;
-                       struct obd_capa   *fi_capa;
                        /** file system level fid */
                        struct lu_fid     *fi_fid;
                        enum cl_fsync_mode fi_mode;
@@ -1951,8 +1949,6 @@ struct cl_io {
 struct cl_req_attr {
        /** Generic attributes for the server consumption. */
        struct obdo     *cra_oa;
-       /** Capability. */
-       struct obd_capa *cra_capa;
        /** Jobid */
        char             cra_jobid[LUSTRE_JOBID_SIZE];
 };