From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f193.google.com ([209.85.210.193]:34044 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754121AbcLQOU7 (ORCPT ); Sat, 17 Dec 2016 09:20:59 -0500 Received: by mail-wj0-f193.google.com with SMTP id xy5so17912478wjc.1 for ; Sat, 17 Dec 2016 06:20:58 -0800 (PST) From: Amir Goldstein To: Al Viro Cc: Jan Kara , Eric Paris , linux-fsdevel@vger.kernel.org Subject: [PATCH 0/4] fsnotify: misc cleanups Date: Sat, 17 Dec 2016 16:20:30 +0200 Message-Id: <1481984434-13293-1-git-send-email-amir73il@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Al, This 4 patch series is a prelude to my work on fanotify super block watch, which is available on my github: https://github.com/amir73il/linux/commits/fanotify_sb I will argue for super block watch and post the patches another time after I get more testing. In the mean while, would you please consider these cleanup patches. IMO, they make the code cleaner and more readable and they should have no effect (functional and performance wise) on existing backends. Amir Goldstein (4): fsnotify: pass dentry instead of inode when available fsnotify: annotate filename events fsnotify: simplify API for filename events fsnotify: make MOVED_FROM a dentry event arch/powerpc/platforms/cell/spufs/inode.c | 2 +- fs/btrfs/ioctl.c | 2 +- fs/debugfs/inode.c | 8 ++-- fs/devpts/inode.c | 2 +- fs/namei.c | 23 +++++---- fs/notify/fsnotify.c | 2 +- fs/ocfs2/refcounttree.c | 2 +- fs/tracefs/inode.c | 4 +- include/linux/fsnotify.h | 78 +++++++++++++++++++++---------- include/linux/fsnotify_backend.h | 3 +- net/sunrpc/rpc_pipe.c | 6 +-- 11 files changed, 82 insertions(+), 50 deletions(-) -- 2.7.4