Re: [PATCH] ext4: Mark possibly unused variable in ext4_mb_normalize_request()
From: Ted Ts'o <tytso@mit.edu>
Date: 2012-02-13 22:23:21
From: Ted Ts'o <tytso@mit.edu>
Date: 2012-02-13 22:23:21
On Mon, Dec 19, 2011 at 03:10:12PM -0800, Curt Wohlgemuth wrote:
The 'orig_size' local variable is only used in a call to mb_debug(). Mark it with '__maybe_unused'. Signed-off-by: Curt Wohlgemuth <redacted>
Thanks, applied. - Ted