X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Focfs2%2Fexport.c;h=06be6e774cf943e08c41b616fc2d99ceb17efc11;hb=b5dd80304da482d77b2320e1a01a189e656b9770;hp=fb91089a60a78a6a7b36d5c2b2f711088410ed9e;hpb=cdb8355add9b1d87ecfcb58b12879897dc1e3e36;p=powerpc.git diff --git a/fs/ocfs2/export.c b/fs/ocfs2/export.c index fb91089a60..06be6e774c 100644 --- a/fs/ocfs2/export.c +++ b/fs/ocfs2/export.c @@ -100,7 +100,7 @@ static struct dentry *ocfs2_get_parent(struct dentry *child) mlog(0, "find parent of directory %llu\n", (unsigned long long)OCFS2_I(dir)->ip_blkno); - status = ocfs2_meta_lock(dir, NULL, NULL, 0); + status = ocfs2_meta_lock(dir, NULL, 0); if (status < 0) { if (status != -ENOENT) mlog_errno(status);