From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ian Kent <raven@themaw.net>,
linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] autofs-related stuff
Date: Thu, 19 Sep 2019 03:11:11 +0100 [thread overview]
Message-ID: <20190919021111.GK1131@ZenIV.linux.org.uk> (raw)
The most interesting part here is getting rid of the last trylock
loop on dentry->d_lock - the ones in fs/dcache.c had been dealt with
several years ago, but there'd been leftovers in fs/autofs/expire.c
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.autofs
for you to fetch changes up to 5f68056ca50fdd3954a93ae66fea7452abddb66f:
autofs_lookup(): hold ->d_lock over playing with ->d_flags (2019-07-27 10:03:14 -0400)
----------------------------------------------------------------
Al Viro (3):
autofs: simplify get_next_positive_...(), get rid of trylocks
get rid of autofs_info->active_count
autofs_lookup(): hold ->d_lock over playing with ->d_flags
fs/autofs/autofs_i.h | 1 -
fs/autofs/expire.c | 103 ++++++++++++++++-----------------------------------
fs/autofs/root.c | 44 ++++++----------------
3 files changed, 44 insertions(+), 104 deletions(-)
next reply other threads:[~2019-09-19 2:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-19 2:11 Al Viro [this message]
2019-09-19 21:30 ` [git pull] autofs-related stuff pr-tracker-bot
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=20190919021111.GK1131@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=raven@themaw.net \
--cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.