diff --git a/[refs] b/[refs] index 177de976f9d8..fe06da61231a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: babfe56046885749b6a90a3c4409219a1f16cf48 +refs/heads/master: 99890a3be1ee67346300f1e0a873006588760f2a diff --git a/trunk/fs/reiserfs/namei.c b/trunk/fs/reiserfs/namei.c index ba5f51ec3458..68fdf45cc6c9 100644 --- a/trunk/fs/reiserfs/namei.c +++ b/trunk/fs/reiserfs/namei.c @@ -771,7 +771,7 @@ static int reiserfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) EMPTY_DIR_SIZE_V1 : EMPTY_DIR_SIZE, dentry, inode, &security); if (retval) { - dir->i_nlink--; + DEC_DIR_INODE_NLINK(dir) goto out_failed; }