UBIFS: remove another unneeded function parameter
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 22 Jul 2008 09:19:09 +0000 (12:19 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 25 May 2009 14:08:49 +0000 (17:08 +0300)
commit7226cb0396ce6aa25aac5c9c575b1aba412b65ea
tree920a920c42968d6255cdc7e20ed768372d675d1c
parentf29b09390fdd7656e0b6253fa47532daa78a3db3
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