Messages in this thread |  | | | From | Keith Owens <> | | Subject | Re: xfs depends on exportfs | | Date | Wed, 18 Jan 2006 16:39:20 +1100 |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |