mbox series

[GIT,PULL] orangefs pull request for 5.8

Message ID CAOg9mSSXvhmuDci_Tiu4gGEWc4oF4JXAZFUJ9Zh6VyDiTf0iZw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] orangefs pull request for 5.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-5.8-ofs1

Message

Mike Marshall June 5, 2020, 8:35 p.m. UTC
The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145:

  Linux 5.7-rc7 (2020-05-24 15:32:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
tags/for-linus-5.8-ofs1

for you to fetch changes up to 0df556457748d160013e88202c11712c16a83b0c:

  orangefs: convert get_user_pages() --> pin_user_pages() (2020-05-29
16:25:04 -0400)

----------------------------------------------------------------
orangefs: a conversion and a cleanup...

Conversion: John Hubbard's conversion from get_user_pages() to pin_user_pages()

cleanup: Colin Ian King's removal of an unneeded variable initialization.

----------------------------------------------------------------
Colin Ian King (1):
      orangefs: remove redundant assignment to variable ret

John Hubbard (1):
      orangefs: convert get_user_pages() --> pin_user_pages()

 fs/orangefs/orangefs-bufmap.c | 9 +++------
 fs/orangefs/orangefs-mod.c    | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org June 5, 2020, 11:50 p.m. UTC | #1
The pull request you sent on Fri, 5 Jun 2020 16:35:07 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-5.8-ofs1

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

Thank you!