]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: clean up compiler warning in start_this_handle()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Aug 2010 21:28:38 +0000 (17:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Aug 2010 21:28:38 +0000 (17:28 -0400)
commit5504205eda2124dc0577de1584cc63207879e701
tree4aef98bb3b212cc04f1dbb011548d83f9ab77c3e
parent1c042701417cee2704bfadfbeeb775e0ff18a629
ext4: clean up compiler warning in start_this_handle()

Fix the compiler warning:

  fs/jbd2/transaction.c: In function ‘start_this_handle’:
  fs/jbd2/transaction.c:98: warning: unused variable ‘ts’

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/transaction.c