[PATCH] remove ext[34]_inc_count and _dec_count
authorEric Sandeen <sandeen@redhat.com>
Sat, 10 Feb 2007 09:46:16 +0000 (01:46 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:34 +0000 (10:51 -0800)
commit731b9a549882c76189baafccbd068d5785ea2a82
tree0393399e3dccd93f78595f6e503ae098758c9811
parent2988a7740dc0dd9a0cb56576e8fe1d777dff0db3
[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>
fs/ext3/namei.c
fs/ext4/namei.c