Whamcloud - gitweb
LU-2675 mdd: remove dead code
[fs/lustre-release.git] / lustre / mdd / mdd_lock.c
index 2d33a16..60bf87d 100644 (file)
@@ -82,8 +82,3 @@ int mdd_write_locked(const struct lu_env *env, struct mdd_object *obj)
 
         return next->do_ops->do_write_locked(env, next);
 }
-
-unsigned long mdd_name2hash(const char *name)
-{
-        return full_name_hash((unsigned char*)name, strlen(name));
-}