From 40338869c20f1601078fa0ae96a90a8667254b1a Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 8 Jul 2003 17:58:46 +0000 Subject: [PATCH] Move one more inline prototype to a header. --- lustre/llite/llite_internal.h | 1 + 1 file changed, 1 insertion(+) 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); -- 1.8.3.1