Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1540632 > unrolled thread

[GIT PULL] dlm fixes for 4.10

Started byDavid Teigland <teigland@redhat.com>
First post2016-12-12 21:50 +0100
Last post2016-12-12 21:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] dlm fixes for 4.10 David Teigland <teigland@redhat.com> - 2016-12-12 21:50 +0100

#1540632 — [GIT PULL] dlm fixes for 4.10

FromDavid Teigland <teigland@redhat.com>
Date2016-12-12 21:50 +0100
Subject[GIT PULL] dlm fixes for 4.10
Message-ID<sNFHP-v6-11@gated-at.bofh.it>
Hi Linus,

Please pull dlm fixes from tag:

git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-4.10

This set fixes error reporting for dlm sockets, removes the unbound
property on the dlm callback workqueue to improve performance, and
includes a couple trivial changes.

Thanks,
Dave


Bob Peterson (3):
      dlm: don't save callbacks after accept
      dlm: remove lock_sock to avoid scheduling while atomic
      dlm: don't specify WQ_UNBOUND for the ast callback workqueue

Paul Gortmaker (1):
      dlm: audit and remove any unnecessary uses of module.h

Stephen Hemminger (1):
      dlm: make genl_ops const

Wei Yongjun (1):
      dlm: fix error return code in sctp_accept_from_sock()


 fs/dlm/ast.c          |  2 +-
 fs/dlm/config.c       |  2 +-
 fs/dlm/debug_fs.c     |  2 +-
 fs/dlm/dlm_internal.h |  1 -
 fs/dlm/lockspace.c    |  2 ++
 fs/dlm/lowcomms.c     | 28 ++++++++++++++--------------
 fs/dlm/main.c         |  2 ++
 fs/dlm/netlink.c      |  2 +-
 fs/dlm/user.c         |  1 -
 9 files changed, 22 insertions(+), 20 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web