]> git.baikalelectronics.ru Git - kernel.git/commit
ext[234]: remove unused argument for ext[234]_find_goal()
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 6 Feb 2008 09:40:16 +0000 (01:40 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:21 +0000 (10:41 -0800)
commita8de9ef7c856219c905256f8f41f9a6fc8dab6b2
tree92e95b0dd90b99f447d14f0598b398cc2eee9d42
parent8ec0cffa183d31a82e7e7b5c2c67b54ada4037e1
ext[234]: remove unused argument for ext[234]_find_goal()

The argument chain for ext[234]_find_goal() is not used.  This patch removes
it and fixes comment as well.

Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext2/inode.c
fs/ext3/inode.c
fs/ext4/inode.c