The patch titled Subject: fanotify-ignore-marks-not-respected-fix has been removed from the -mm tree. Its filename was fanotify-ignore-marks-not-respected-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fanotify-ignore-marks-not-respected-fix fix typo in comment, tweak code layout Cc: Heinrich Schuchardt <xypron.glpk@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/notify/fsnotify.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff -puN fs/notify/fsnotify.c~fanotify-ignore-marks-not-respected-fix fs/notify/fsnotify.c --- a/fs/notify/fsnotify.c~fanotify-ignore-marks-not-respected-fix +++ a/fs/notify/fsnotify.c @@ -188,7 +188,7 @@ static int send_to_group(struct inode *t * out to all of the registered fsnotify_group. Those groups can then use the * notification event in whatever means they feel necessary. * - * To correctly interprete the ignore mask it is necessary to pass the inode + * To correctly interpret the ignore mask it is necessary to pass the inode * mark and the vfsmount mark of the same notification group in a single call * to send_to_group(). * @@ -265,12 +265,11 @@ int fsnotify(struct inode *to_tell, __u3 else if (vfsmount_group == NULL) vfsmount_mark = NULL; else { - if (inode_group->priority - > vfsmount_group->priority) { + if (inode_group->priority > vfsmount_group->priority) { vfsmount_mark = NULL; vfsmount_group = NULL; - } else if (inode_group->priority - < vfsmount_group->priority) { + } else if (inode_group->priority < + vfsmount_group->priority) { inode_mark = NULL; inode_group = NULL; } else if (inode_group > vfsmount_group) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch input-route-kbd-leds-through-the-generic-leds-layer.patch o2dlm-fix-null-pointer-dereference-in-o2dlm_blocking_ast_wrapper-checkpatch-fixes.patch ocfs2-free-inode-when-i_count-becomes-zero.patch ocfs2-add-functions-to-add-and-remove-inode-in-orphan-dir-fix.patch mm.patch mm-memcontrol-lockless-page-counters-fix.patch mm-memcontrol-lockless-page-counters-fix-fix.patch kernel-res_counter-remove-the-unused-api-fix.patch mm-compaction-simplify-deferred-compaction-fix.patch mm-memcontrol-remove-unnecessary-pcg_used-pc-mem_cgroup-valid-flag-fix.patch mm-memcontrol-fold-mem_cgroup_start_move-mem_cgroup_end_move-fix.patch mm-introduce-do_shared_fault-and-drop-do_fault-fix-fix.patch do_shared_fault-check-that-mmap_sem-is-held.patch fs-proc-use-a-rb-tree-for-the-directory-entries-fix.patch fs-binfmt_miscc-use-gfp_kernel-instead-of-gfp_user.patch init-allow-config_init_fallback=n-to-disable-defaults-if-init=-fails-checkpatch-fixes.patch rtc-omap-add-support-for-pmic_power_en-v3-fix.patch sysctl-terminate-strings-also-on-r-fix.patch ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix.patch ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix-fix.patch ipc-msg-increase-msgmni-remove-scaling-checkpatch-fixes.patch linux-next.patch linux-next-rejects.patch drivers-gpio-gpio-zevioc-fix-build.patch mm-cma-make-kmemleak-ignore-cma-regions.patch lib-show_mem-this-patch-adds-cma-reserved-infromation-fix.patch mm-replace-remap_file_pages-syscall-with-emulation.patch debugging-keep-track-of-page-owners.patch debugging-keep-track-of-page-owners-fix.patch journal_add_journal_head-debug.patch journal_add_journal_head-debug-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch mutex-subsystem-synchro-test-module.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html