]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
UBIFS: remove another unneeded function parameter
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 22 Jul 2008 09:19:09 +0000 (12:19 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 13 Aug 2008 08:27:10 +0000 (11:27 +0300)
commitfd6c6b51e3677937090314b20b00f2194900d81b
tree4a861dade11a04e37b9417c3de09b5568d1b2a28
parent1f28681ad34a0c7e51dc5070c84b53f7bd34f44c
UBIFS: remove another unneeded function parameter

The 'last_reference' parameter of 'pack_inode()' is not really
needed because 'inode->i_nlink' may be tested instead. Zap it.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/journal.c