From: green Date: Thu, 6 May 2004 18:36:40 +0000 (+0000) Subject: Another update to HEAD (with b_smfs), killed lookup_create() duplication in X-Git-Tag: v1_7_0_51~2^20~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a6420165dd86208af52ee9024d1a1713a57e31f2;p=fs%2Flustre-release.git Another update to HEAD (with b_smfs), killed lookup_create() duplication in lvfs/, exported lookup_create in vfs_intent* patches instead. --- diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 35b9ce5..39f5a4a 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -168,6 +168,7 @@ void ll_removepage(struct page *page); int ll_readpage(struct file *file, struct page *page); struct ll_async_page *llap_from_cookie(void *cookie); struct ll_async_page *llap_from_page(struct page *page); +struct ll_async_page *llap_cast_private(struct page *page); void ll_readahead_init(struct inode *inode, struct ll_readahead_state *ras); void ll_truncate(struct inode *inode);