Whamcloud - gitweb
Lproc-snmp code drop
[fs/lustre-release.git] / lustre / include / linux / obd.h
index 75759d3..f1a28a7 100644 (file)
@@ -22,6 +22,7 @@
 struct obd_type {
         struct list_head typ_chain;
         struct obd_ops *typ_ops;
 struct obd_type {
         struct list_head typ_chain;
         struct obd_ops *typ_ops;
+        struct proc_dir_entry *typ_procroot;
         char *typ_name;
         int  typ_refcnt;
 };
         char *typ_name;
         int  typ_refcnt;
 };
@@ -324,6 +325,7 @@ struct obd_ops {
                         __u32 mode, struct lustre_handle *);
         int (*o_cancel_unused)(struct lustre_handle *, struct lov_stripe_md *,
                                int local_only);
                         __u32 mode, struct lustre_handle *);
         int (*o_cancel_unused)(struct lustre_handle *, struct lov_stripe_md *,
                                int local_only);
+        
 };
 
 static inline void *mds_fs_start(struct mds_obd *mds, struct inode *inode,
 };
 
 static inline void *mds_fs_start(struct mds_obd *mds, struct inode *inode,