]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite37cc469353441340e0ff1677343c9293e1d7d9a
tree13f429d2f84f3d5f3f8504d750b0c4a05cf23924
parent2f7fee7093c3e1935a35f55940ddcbc18ec62f8e
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