From: adilger Date: Thu, 17 Oct 2002 23:07:46 +0000 (+0000) Subject: Duh, repeat after me - compile before you commit. X-Git-Tag: 0.5.15~93 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f24557f0bfe2da3e6acb256f8d61075ba8e7efd2;p=fs%2Flustre-release.git Duh, repeat after me - compile before you commit. --- diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 24b66ac..1a5e9c3 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -644,7 +644,7 @@ static int ll_common_unlink(struct inode *dir, struct dentry *dentry,__u32 mode) GOTO(out, rc); rc = ext2_delete_entry(de, page); - if (err) + if (rc) goto out; /* AED: not sure if needed - directory lock revocation should do it