brtfs: fix compile warning
Change-Id: I2b57d174d516467dd1a7f92f2a215d8d0611e2fa
This commit is contained in:
@@ -636,7 +636,7 @@ static const struct attribute_group btrfs_debug_feature_attr_group = {
|
||||
|
||||
#endif
|
||||
|
||||
static ssize_t btrfs_show_u64(u64 *value_ptr, spinlock_t *lock, char *buf)
|
||||
static noinline ssize_t btrfs_show_u64(u64 *value_ptr, spinlock_t *lock, char *buf)
|
||||
{
|
||||
u64 val;
|
||||
if (lock)
|
||||
|
||||
Reference in New Issue
Block a user