]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/refcounttree.c
ocfs2: Add ocfs2_trace.h.
[~andy/linux] / fs / ocfs2 / refcounttree.c
index 19ebc5aad391f73d58b22b0583114bf7d0517eb8..29623da133ccbf5c524c336b247b7e8af66913b8 100644 (file)
@@ -4379,7 +4379,7 @@ static int ocfs2_user_path_parent(const char __user *path,
        if (IS_ERR(s))
                return PTR_ERR(s);
 
-       error = path_lookup(s, LOOKUP_PARENT, nd);
+       error = kern_path_parent(s, nd);
        if (error)
                putname(s);
        else