.. | .. |
---|
838 | 838 | */ |
---|
839 | 839 | INC_DIR_INODE_NLINK(dir) |
---|
840 | 840 | |
---|
841 | | - retval = reiserfs_new_inode(&th, dir, mode, NULL /*symlink */ , |
---|
842 | | - old_format_only(dir->i_sb) ? |
---|
843 | | - EMPTY_DIR_SIZE_V1 : EMPTY_DIR_SIZE, |
---|
844 | | - dentry, inode, &security); |
---|
| 841 | + retval = reiserfs_new_inode(&th, dir, mode, NULL /*symlink */, |
---|
| 842 | + old_format_only(dir->i_sb) ? |
---|
| 843 | + EMPTY_DIR_SIZE_V1 : EMPTY_DIR_SIZE, |
---|
| 844 | + dentry, inode, &security); |
---|
845 | 845 | if (retval) { |
---|
846 | 846 | DEC_DIR_INODE_NLINK(dir) |
---|
847 | 847 | goto out_failed; |
---|
.. | .. |
---|
967 | 967 | reiserfs_update_sd(&th, inode); |
---|
968 | 968 | |
---|
969 | 969 | DEC_DIR_INODE_NLINK(dir) |
---|
970 | | - dir->i_size -= (DEH_SIZE + de.de_entrylen); |
---|
| 970 | + dir->i_size -= (DEH_SIZE + de.de_entrylen); |
---|
971 | 971 | reiserfs_update_sd(&th, dir); |
---|
972 | 972 | |
---|
973 | 973 | /* prevent empty directory from getting lost */ |
---|