]> git.karo-electronics.de Git - mv-sheeva.git/commit
[XFS] find_exported_dentry(). XFS does not need to use this symbol as it
authorDavid Chinner <dgc@sgi.com>
Tue, 14 Mar 2006 02:02:13 +0000 (13:02 +1100)
committerNathan Scott <nathans@sgi.com>
Tue, 14 Mar 2006 02:02:13 +0000 (13:02 +1100)
commit0c9512d74635198d90f349acec19381e446ba2b4
tree97a60f4e3a9a5d67ae7f4bf192cc7066e48a5979
parent3759fa9c55923f719ae944a3f8fbb029b36f759d
[XFS] find_exported_dentry().  XFS does not need to use this symbol as it
is provided by a vector through the superblock export operations when the
filesystem is exported by NFS. The fix is to call that vector instead of
using the exported symbol directly.

SGI-PV: 948858
SGI-Modid: xfs-linux-melb:xfs-kern:25062a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_export.c