The following changes since commit d8a5b80568a9cb66810e75b182018e9edb68e8ff: Linux 4.15 (2018-01-28 13:20:33 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.16 for you to fetch changes up to 74e938c22705c7b80d4422e84eea927fc78e60a8: orangefs: reverse sense of is-inode-stale test in d_revalidate (2018-02-06 16:38:13 -0500) ---------------------------------------------------------------- Mostly cleanups, but three bug fixes: 1. don't pass garbage return codes back up the call chain (Mike Marshall) 2. fix stale inode test (Martin Brandenburg) 3. fix off-by-one errors (Xiongfeng Wang) Also: add Martin as a reviewer in the Maintainers file. ---------------------------------------------------------------- Martin Brandenburg (7): MAINTAINERS: update orangefs list and add myself as reviewer orangefs: make orangefs_client_debug_init static orangefs: remove gossip_ldebug and gossip_lerr orangefs: remove ORANGEFS_KERNEL_DEBUG orangefs: make orangefs_make_bad_inode static orangefs: simplify orangefs_inode_is_stale orangefs: reverse sense of is-inode-stale test in d_revalidate Mike Marshall (1): Orangefs: don't propogate whacky error codes Xiongfeng Wang (1): orangefs: use correct string length MAINTAINERS | 3 +- fs/orangefs/dcache.c | 19 ++++----- fs/orangefs/namei.c | 16 ++++---- fs/orangefs/orangefs-debugfs.c | 4 +- fs/orangefs/orangefs-debugfs.h | 1 - fs/orangefs/orangefs-kernel.h | 10 +---- fs/orangefs/orangefs-utils.c | 93 +++++++++++++++++++++++------------------- fs/orangefs/protocol.h | 15 ------- fs/orangefs/super.c | 8 ++-- 9 files changed, 76 insertions(+), 93 deletions(-)