From 03470892f87233bd5f957f8b4dd94a1c018cd433 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Feb 2004 08:18:43 +0000 Subject: [PATCH] b=2629 Initial global namespace mount support; there is still an unmount bug, where it gets the wrong superblock, so I don't advise trying this code yet. NB: It requires a kernel patch, and vanilla-2.4.20 is the only kernel updated thus far. --- 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 c0ca902..2cd2d5f 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -242,6 +242,7 @@ void ll_try_done_writing(struct inode *inode); void ll_queue_done_writing(struct inode *inode); void ll_close_thread_shutdown(struct ll_close_queue *lcq); int ll_close_thread_start(struct ll_close_queue **lcq_ret); +int ll_dir_process_mount_object(struct dentry *, struct nameidata *); /* generic */ #define LL_SUPER_MAGIC 0x0BD00BD0 -- 1.8.3.1