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@xxxxxxxxxxxxxxxxxxx: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(-)