Re: [GIT PULL] xfs: more updates for v4.21

2019-01-05 Thread pr-tracker-bot
The pull request you sent on Thu, 3 Jan 2019 17:06:44 -0800:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.21-merge-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/acda9efa8c62d4baa0395c83bda43f252137e302

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] xfs: more updates for v4.21

2019-01-03 Thread Darrick J. Wong
Hi Linus,

Here are a couple more small bug fixes for 4.21-rc1.  It has undergone
the usual testing regimen and merges cleanly with 4.20 final.  Let me
know if you encounter any problems with the merge.

--D

The following changes since commit 65eed012d1f2d0f0bf0ffc036826d58147de77b8:

  xfs: reallocate realtime summary cache on growfs (2018-12-21 18:45:18 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.21-merge-3

for you to fetch changes up to 90be9b86da9039fe6cf2880dc16fd0b0899603a5:

  xfs: xfs_fsops: drop useless LIST_HEAD (2018-12-29 10:47:58 -0800)


Changes since last update:
- Remove a couple of unnecessary local variables.


Julia Lawall (2):
  xfs: xfs_buf: drop useless LIST_HEAD
  xfs: xfs_fsops: drop useless LIST_HEAD

 fs/xfs/xfs_buf.c   | 1 -
 fs/xfs/xfs_fsops.c | 1 -
 2 files changed, 2 deletions(-)