commit | 731b9a549882c76189baafccbd068d5785ea2a82 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Sat Feb 10 01:46:16 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Feb 11 10:51:34 2007 -0800 |
tree | 0393399e3dccd93f78595f6e503ae098758c9811 | |
parent | 2988a7740dc0dd9a0cb56576e8fe1d777dff0db3 [diff] |
[PATCH] remove ext[34]_inc_count and _dec_count - Naming is confusing, ext3_inc_count manipulates i_nlink not i_count - handle argument passed in is not used - ext3 and ext4 already call inc_nlink and dec_nlink directly in other places Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>