[IPoIB] Rename IPoIB's path_lookup() to avoid name clashes
authorRoland Dreier <rolandd@cisco.com>
Thu, 29 Sep 2005 02:56:57 +0000 (19:56 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 29 Sep 2005 02:56:57 +0000 (19:56 -0700)
commitd70ed6075f15bdbb0548d162394bf10332769c88
treef34b72480922d614a3210898b1bb990b61b91e40
parenta1c337afaf4ec4d4eabc75a5e1170d03161de4e1
[IPoIB] Rename IPoIB's path_lookup() to avoid name clashes

Rename IPoIB driver's path_lookup() to ipoib_path_lookup() to avoid a
clashes with the kernel global path_lookup().  We don't hit this with
the current kernel source, but some external patches seem to trigger
this, and it's cleaner to avoid clashing with global names anyway.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
refs/heads/for-linus
drivers/infiniband/ulp/ipoib/ipoib_main.c