brtfs: fix compile warning

Change-Id: I2b57d174d516467dd1a7f92f2a215d8d0611e2fa
This commit is contained in:
zhangmeng 2024-02-28 20:29:47 +08:00
parent 180e5b4916
commit c213e436c7

View file

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