ext4: mark possibly unused variable in ext4_mb_normalize_request()
authorCurt Wohlgemuth <curtw@google.com>
Mon, 20 Feb 2012 22:53:03 +0000 (17:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Feb 2012 22:53:03 +0000 (17:53 -0500)
commit1592d2c5574edadb0871cc4ac84265bdd18b2d68
tree13f429d2f84f3d5f3f8504d750b0c4a05cf23924
parent9c0e00e5ce0d23e3e0a93f99ae8e94398e32a2d2
ext4: mark possibly unused variable in ext4_mb_normalize_request()

The 'orig_size' local variable is only used in a call to
mb_debug().  Mark it with '__maybe_unused'.

Signed-off-by: Curt Wohlgemuth <curtw@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c