Whamcloud - gitweb
- Added an 'xid' field to struct niobuf
[fs/lustre-release.git] / lustre / include / linux / obd_filter.h
index 6fb189f..0530fc6 100644 (file)
@@ -23,7 +23,11 @@ struct filter_obd {
         struct super_block * fo_sb;
        struct vfsmount *fo_vfsmnt;
        struct run_ctxt  fo_ctxt;
+       spinlock_t fo_lock;
        __u64 fo_lastino;
+       struct file_operations *fo_fop; 
+       struct inode_operations *fo_iop;
+       struct address_space_operations *fo_aops;
 };