]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfsctl.c
[SCSI] 3w-xxxx: remove unnecessary local_irq_save/restore for scsi sg copy API
[linux-2.6-omap-h63xx.git] / fs / nfsctl.c
index 49ef0b4d4439d51905be6edd66612e7f48d3c2a7..aed8145d9087e053a9349a46c07bd03ac6b02ed5 100644 (file)
@@ -43,7 +43,7 @@ static struct file *do_open(char *name, int flags)
        if (!error)
                return dentry_open(nd.path.dentry, nd.path.mnt, flags);
 
-       path_release(&nd);
+       path_put(&nd.path);
        return ERR_PTR(error);
 }