Revision a0f79386a4968b4925da6db2d1daffd0605a4402 authored by Linus Torvalds on 08 February 2018, 20:20:41 UTC, committed by Linus Torvalds on 08 February 2018, 20:20:41 UTC
Pull orangefs updates from Mike Marshall:
 "Mostly cleanups, but three bug fixes:

   - don't pass garbage return codes back up the call chain (Mike
     Marshall)

   - fix stale inode test (Martin Brandenburg)

   - fix off-by-one errors (Xiongfeng Wang)

  Also add Martin as a reviewer in the Maintainers file"

* tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux:
  orangefs: reverse sense of is-inode-stale test in d_revalidate
  orangefs: simplify orangefs_inode_is_stale
  Orangefs: don't propogate whacky error codes
  orangefs: use correct string length
  orangefs: make orangefs_make_bad_inode static
  orangefs: remove ORANGEFS_KERNEL_DEBUG
  orangefs: remove gossip_ldebug and gossip_lerr
  orangefs: make orangefs_client_debug_init static
  MAINTAINERS: update orangefs list and add myself as reviewer
2 parent s 8115333 + 74e938c
History
File Mode Size
.gitignore -rw-r--r-- 29 bytes
Makefile -rw-r--r-- 1.3 KB
bpf-direct.c -rw-r--r-- 4.9 KB
bpf-fancy.c -rw-r--r-- 2.5 KB
bpf-helper.c -rw-r--r-- 2.4 KB
bpf-helper.h -rw-r--r-- 7.4 KB
dropper.c -rw-r--r-- 1.9 KB

back to top