All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] orangefs: a fix and a cleanup
@ 2019-09-19 16:23 Mike Marshall
  2019-09-19 21:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Marshall @ 2019-09-19 16:23 UTC (permalink / raw)
  To: Linus Torvalds, linux-fsdevel, Mike Marshall, Martin Brandenburg

The following changes since commit f74c2bb98776e2de508f4d607cd519873065118e:

  Linux 5.3-rc8 (2019-09-08 13:33:15 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/hubcap/linux.git
tags/for-linus-5.4-ofs1

for you to fetch changes up to e6b998ab62be29eb244fdb0fa41dcb5a8ad065f2:

  orangefs: remove redundant assignment to err (2019-09-12 14:17:16 -0400)

----------------------------------------------------------------
Orangefs: a fix and a cleanup

fix: way back in the stone age (2003) mode was set to the magic
     number "755" in what is now fs/orangefs/namei.c(orangefs_symlink).
     Łukasz Wrochna reported it and Artur Świgoń sent in a patch to change
     it to octal. Maybe it shouldn't be a magic number at all but rather
     something like "S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH"...

cleanup: Colin Ian King found a redundant assignment and sent in a
         patch to remove it.

----------------------------------------------------------------
Artur Świgoń (1):
      orangefs: Add octal zero prefix

Colin Ian King (1):
      orangefs: remove redundant assignment to err

 fs/orangefs/inode.c | 2 +-
 fs/orangefs/namei.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] orangefs: a fix and a cleanup
  2019-09-19 16:23 [GIT PULL] orangefs: a fix and a cleanup Mike Marshall
@ 2019-09-19 21:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-09-19 21:30 UTC (permalink / raw)
  To: Mike Marshall
  Cc: Linus Torvalds, linux-fsdevel, Mike Marshall, Martin Brandenburg

The pull request you sent on Thu, 19 Sep 2019 12:23:26 -0400:

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

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

Thank you!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-19 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 16:23 [GIT PULL] orangefs: a fix and a cleanup Mike Marshall
2019-09-19 21:30 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.