mirror of
https://gitee.com/bianbu-linux/linux-6.6-fh
synced 2025-04-18 21:54:44 -04:00
brtfs: fix compile warning
Change-Id: I2b57d174d516467dd1a7f92f2a215d8d0611e2fa
This commit is contained in:
parent
180e5b4916
commit
c213e436c7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue