commit | 3dcbe0b93b11396bf16a73eb222b0d24c873a94a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Sep 06 09:40:40 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Sep 30 20:38:38 2022 -0700 |
tree | 5b8dcb6ba4ef09f35ba037c52f34354ecc269d26 | |
parent | d3e53ab7cdc7fabb8c94137e335634e0ed4691e8 [diff] |
libxfs: consume the xfs_warn mountpoint argument Fix these warnings because xfs_warn doesn't do anything in userspace: xfs_alloc.c: In function ‘xfs_alloc_get_rec’: xfs_alloc.c:246:34: warning: unused variable ‘mp’ [-Wunused-variable] 246 | struct xfs_mount *mp = cur->bc_mp; | ^~ Signed-off-by: Darrick J. Wong <djwong@kernel.org>