diff --git a/[refs] b/[refs] index a7af9dc5a1c3..a9401984ad6a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c818b682c955aa4d13212512deb529cb8bd1348b +refs/heads/master: a7732b05f775a5575baac34c03bb0e8d16950edf diff --git a/trunk/fs/ocfs2/namei.c b/trunk/fs/ocfs2/namei.c index 53aa41ed7bf3..0181f63dd463 100644 --- a/trunk/fs/ocfs2/namei.c +++ b/trunk/fs/ocfs2/namei.c @@ -200,8 +200,6 @@ static struct inode *ocfs2_get_init_inode(struct inode *dir, int mode) * callers. */ if (S_ISDIR(mode)) inode->i_nlink = 2; - else - inode->i_nlink = 1; inode_init_owner(inode, dir, mode); dquot_initialize(inode); return inode;