From: Amir Goldstein <amir73il@gmail.com>
To: Jan Kara <jack@suse.cz>
Cc: linux-fsdevel@vger.kernel.org
Subject: [PATCH v4 0/5] Fsnotify cleanup - part 2
Date: Sat, 23 Jun 2018 17:54:46 +0300 [thread overview]
Message-ID: <1529765691-25170-1-git-send-email-amir73il@gmail.com> (raw)
Jan,
This is the part of the series that was not merged to v4.18-rc1, after
addressing Linus' concerns. We already had several review cycles on
the branch in my tree since v3, but this is 4th official posting.
Note that per your request, I changed fsnotify_obj_{inode,mount}
to fsnotify_conn_{inode,mount}, but that was easier to do after
the patch that introduces obj->conn, so the helpers
fsnotify_obj_{inode,mount} are added and then modified.
Thanks,
Amir.
Changes since v3:
- Some cleanup patches already merged to v4.18-rc1
- Replace struct fsnotify_obj with fsnotify_connp_t type
- Leave explicit connector pointer in struct inode (Linus)
- Use helper to get mask from any connector type
Amir Goldstein (5):
fsnotify: use typedef fsnotify_connp_t for brevity
fsnotify: pass connp and object type to fsnotify_add_mark()
fsnotify: let connector point to an abstract object
fsnotify: add helper to get mask from connector
fanotify: factor out helpers to add/remove mark
fs/notify/fanotify/fanotify_user.c | 99 +++++++++++++----------------------
fs/notify/fdinfo.c | 8 +--
fs/notify/fsnotify.h | 16 +++++-
fs/notify/mark.c | 103 ++++++++++++++++++++-----------------
include/linux/fsnotify_backend.h | 40 +++++++++-----
kernel/audit_tree.c | 17 +++---
6 files changed, 147 insertions(+), 136 deletions(-)
--
2.7.4
next reply other threads:[~2018-06-23 14:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-23 14:54 Amir Goldstein [this message]
2018-06-23 14:54 ` [PATCH v4 1/5] fsnotify: use typedef fsnotify_connp_t for brevity Amir Goldstein
2018-06-23 21:13 ` Al Viro
2018-06-24 7:29 ` Amir Goldstein
2018-06-25 10:18 ` Jan Kara
2018-06-23 14:54 ` [PATCH v4 2/5] fsnotify: pass connp and object type to fsnotify_add_mark() Amir Goldstein
2018-06-23 14:54 ` [PATCH v4 3/5] fsnotify: let connector point to an abstract object Amir Goldstein
2018-06-23 14:54 ` [PATCH v4 4/5] fsnotify: add helper to get mask from connector Amir Goldstein
2018-06-23 14:54 ` [PATCH v4 5/5] fanotify: factor out helpers to add/remove mark Amir Goldstein
2018-06-27 11:48 ` [PATCH v4 0/5] Fsnotify cleanup - part 2 Jan Kara
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=1529765691-25170-1-git-send-email-amir73il@gmail.com \
--to=amir73il@gmail.com \
--cc=jack@suse.cz \
--cc=linux-fsdevel@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;
as well as URLs for NNTP newsgroup(s).