mbox series

[v4,0/2] xfs: Fix compiler warnings

Message ID 20200728043220.17231-1-allison.henderson@oracle.com (mailing list archive)
Headers show
Series xfs: Fix compiler warnings | expand

Message

Allison Henderson July 28, 2020, 4:32 a.m. UTC
Some variables added in the delayed attr series were only used in ASSERT
checks, and caused some compiler warnings.  This set fixes these warnings by
removing the convenience variable.

Allison Collins (2):
  xfs: Fix compiler warning in xfs_attr_node_removename_setup
  xfs: Fix compiler warning in xfs_attr_shortform_add

 fs/xfs/libxfs/xfs_attr.c      | 7 +++----
 fs/xfs/libxfs/xfs_attr_leaf.c | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)