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)
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>

No differences found