diff options
Diffstat (limited to 'fs/reiserfs')
| -rw-r--r-- | fs/reiserfs/namei.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/reiserfs/namei.c b/fs/reiserfs/namei.c index ba5f51ec3458..68fdf45cc6c9 100644 --- a/fs/reiserfs/namei.c +++ b/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;  	} | 
