diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-02-15 21:00:38 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-02-15 21:00:38 +0100 |
commit | 825f1481ead4ce40671089bae7412ac3519e8caa (patch) | |
tree | 574243b782595a47fb34f348e6f6a5f3b396678e /fs/ext4/ialloc.c | |
parent | ext4: modify block allocation algorithm for the last group (diff) | |
download | linux-825f1481ead4ce40671089bae7412ac3519e8caa.tar.xz linux-825f1481ead4ce40671089bae7412ac3519e8caa.zip |
ext4: Don't use ext4_dec_count() if not needed
The ext4_dec_count() function is only needed when dropping the i_nlink
count on inodes which are (or which could be) directories. If we
*know* that the inode in question can't possibly be a directory, use
drop_nlink or clear_nlink() if we know i_nlink is 1.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ialloc.c')
0 files changed, 0 insertions, 0 deletions