From: adilger Date: Tue, 8 Jul 2003 17:58:46 +0000 (+0000) Subject: Move one more inline prototype to a header. X-Git-Tag: v1_7_100~1^91~55 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=40338869c20f1601078fa0ae96a90a8667254b1a;p=fs%2Flustre-release.git Move one more inline prototype to a header. --- diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index a1ed4a1..275674d 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -24,6 +24,7 @@ int lprocfs_register_mountpoint(struct proc_dir_entry *parent, void lprocfs_unregister_mountpoint(struct ll_sb_info *sbi); /* llite/namei.c */ +struct dentry *ll_find_alias(struct inode *, struct dentry *); int ll_it_open_error(int phase, struct lookup_intent *it); int ll_mdc_cancel_unused(struct lustre_handle *conn, struct inode *inode, int flags, void *opaque);