Whamcloud - gitweb
- back out the mdc close deferral changes (bug 1883) until mds size
authorzab <zab>
Tue, 23 Sep 2003 22:15:21 +0000 (22:15 +0000)
committerzab <zab>
Tue, 23 Sep 2003 22:15:21 +0000 (22:15 +0000)
  management is ready and really needs it and both the txtbsy (bug 2003) and
  mdc semaphore regressions (bug 2008) are taken care of.

lustre/llite/llite_internal.h

index 486d233..34f9a4d 100644 (file)
@@ -98,9 +98,6 @@ int ll_sync_page(struct page *page);
 int ll_ocp_update_obdo(struct obd_client_page *ocp, int cmd, struct obdo *oa);
 void ll_removepage(struct page *page);
 int ll_readpage(struct file *file, struct page *page);
-void ll_check_inode_clean(struct inode *inode, int force);
-void ll_ocp_dirty(struct ll_inode_info *lli, struct obd_client_page *ocp);
-void ll_ocp_clean(struct ll_inode_info *lli, struct obd_client_page *ocp);
 
 void ll_truncate(struct inode *inode);
 
@@ -120,8 +117,6 @@ int ll_extent_lock_no_validate(struct ll_file_data *, struct inode *,
                                struct lov_stripe_md *, int mode,
                                struct ldlm_extent *, struct lustre_handle *,
                                int ast_flags);
-int ll_mdc_close(struct obd_export *mdc_exp, struct inode *inode,
-                 struct ll_file_data *fd);
 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0))
 int ll_getattr(struct vfsmount *mnt, struct dentry *de,
                struct lookup_intent *it, struct kstat *stat);