From: zab Date: Tue, 23 Sep 2003 22:15:21 +0000 (+0000) Subject: - back out the mdc close deferral changes (bug 1883) until mds size X-Git-Tag: v1_7_0_51~2^7~501 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4ed58de16eeffe770ff2f566f402b8e1d6782946;p=fs%2Flustre-release.git - back out the mdc close deferral changes (bug 1883) until mds size management is ready and really needs it and both the txtbsy (bug 2003) and mdc semaphore regressions (bug 2008) are taken care of. --- diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 486d233..34f9a4d 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -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);