From: Pavel Reichl <preichl@redhat.com>
To: linux-xfs@vger.kernel.org
Subject: [PATCH v3 0/4] xfs: Remove wrappers for some semaphores
Date: Thu, 6 Feb 2020 20:04:58 +0100 [thread overview]
Message-ID: <20200206190502.389139-1-preichl@redhat.com> (raw)
Remove some wrappers that we have in XFS around the read-write semaphore
locks.
The goal of this cleanup is to remove mrlock_t structure and its mr*()
wrapper functions and replace it with native rw_semaphore type and its
native calls.
Pavel Reichl (4):
xfs: Refactor xfs_isilocked()
xfs: Fix WS in xfs_isilocked() calls
xfs: Fix bug when checking diff. locks
xfs: Replace mrlock_t by rw_semaphore
fs/xfs/libxfs/xfs_bmap.c | 8 ++--
fs/xfs/mrlock.h | 78 -----------------------------------
fs/xfs/xfs_file.c | 3 +-
fs/xfs/xfs_inode.c | 87 +++++++++++++++++++++++++---------------
fs/xfs/xfs_inode.h | 8 ++--
fs/xfs/xfs_iops.c | 4 +-
fs/xfs/xfs_linux.h | 1 -
fs/xfs/xfs_qm.c | 2 +-
fs/xfs/xfs_super.c | 6 +--
9 files changed, 72 insertions(+), 125 deletions(-)
delete mode 100644 fs/xfs/mrlock.h
--
2.24.1
next reply other threads:[~2020-02-06 19:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-06 19:04 Pavel Reichl [this message]
2020-02-06 19:04 ` [PATCH v3 1/4] xfs: Refactor xfs_isilocked() Pavel Reichl
2020-02-06 19:05 ` [PATCH v3 2/4] xfs: Fix WS in xfs_isilocked() calls Pavel Reichl
2020-02-06 19:05 ` [PATCH v3 3/4] xfs: Fix bug when checking diff. locks Pavel Reichl
2020-02-07 19:25 ` Eric Sandeen
2020-02-07 19:30 ` Darrick J. Wong
2020-02-06 19:05 ` [PATCH v3 4/4] xfs: Replace mrlock_t by rw_semaphore Pavel Reichl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200206190502.389139-1-preichl@redhat.com \
--to=preichl@redhat.com \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox