Re: xfs depends on exportfs

From: Keith Owens
Date: Wed Jan 18 2006 - 00:38:01 EST


Jan Engelhardt (on Tue, 17 Jan 2006 21:16:51 +0100 (MET)) wrote:
>I could not find a clue on the first try on why xfs needs exportfs.
>The Kconfig says "select EXPORTFS if CONFIG_NFSD!=n", but there are no
>occurrences of CONFIG_NFS* or CONFIG_EXP* in any of the files in fs/xfs/.
>Did I miss something or this a superfluous line in Kconfig? Interestingly
>tho, `modinfo xfs.ko` returns "exportfs", so I suppose it's somewhere, well
>hidden. If so, where?

XFS uses find_exported_dentry().

Hint: nm fs/xfs/xfs.ko | grep ' U .*exp'

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/