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)
commit6d0bf00512b3b1b5d09d9a44919983eec1cc6fd0
tree4aef98bb3b212cc04f1dbb011548d83f9ab77c3e
parent45d7f32c7a43cbb9592886d38190e379e2eb2226
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