Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acda9efa authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixlets from Darrick Wong:
 "Remove a couple of unnecessary local variables"

* tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: xfs_fsops: drop useless LIST_HEAD
  xfs: xfs_buf: drop useless LIST_HEAD
parents c7eaf342 90be9b86
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1992,7 +1992,6 @@ xfs_buf_delwri_submit_buffers(
	struct list_head	*wait_list)
	struct list_head	*wait_list)
{
{
	struct xfs_buf		*bp, *n;
	struct xfs_buf		*bp, *n;
	LIST_HEAD		(submit_list);
	int			pinned = 0;
	int			pinned = 0;
	struct blk_plug		plug;
	struct blk_plug		plug;


+0 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,6 @@ xfs_growfs_data_private(
	xfs_rfsblock_t		new;
	xfs_rfsblock_t		new;
	xfs_agnumber_t		oagcount;
	xfs_agnumber_t		oagcount;
	xfs_trans_t		*tp;
	xfs_trans_t		*tp;
	LIST_HEAD		(buffer_list);
	struct aghdr_init_data	id = {};
	struct aghdr_init_data	id = {};


	nb = in->newblocks;
	nb = in->newblocks;