lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <200807250018.m6P0ICPs013754@imap1.linux-foundation.org> Date: Thu, 24 Jul 2008 17:18:12 -0700 From: akpm@...ux-foundation.org To: akpm@...ux-foundation.org, hidehiro.kawai.ez@...achi.com, jack@...e.cz, linux-ext4@...r.kernel.org, mm-commits@...r.kernel.org Subject: - jbd-dont-abort-if-flushing-file-data-failed-fix.patch removed from -mm tree The patch titled jbd-dont-abort-if-flushing-file-data-failed-fix has been removed from the -mm tree. Its filename was jbd-dont-abort-if-flushing-file-data-failed-fix.patch This patch was dropped because it was folded into jbd-dont-abort-if-flushing-file-data-failed.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: jbd-dont-abort-if-flushing-file-data-failed-fix From: Andrew Morton <akpm@...ux-foundation.org> Cc: <linux-ext4@...r.kernel.org> Cc: Hidehiro Kawai <hidehiro.kawai.ez@...achi.com> Cc: Jan Kara <jack@...e.cz> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org> --- fs/jbd/commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/jbd/commit.c~jbd-dont-abort-if-flushing-file-data-failed-fix fs/jbd/commit.c --- a/fs/jbd/commit.c~jbd-dont-abort-if-flushing-file-data-failed-fix +++ a/fs/jbd/commit.c @@ -480,7 +480,7 @@ void journal_commit_transaction(journal_ char b[BDEVNAME_SIZE]; printk(KERN_WARNING - "JBD: Detected IO errors during flushing file data " + "JBD: Detected IO errors while flushing file data " "on %s\n", bdevname(journal->j_fs_dev, b)); err = 0; } _ Patches currently in -mm which might be from akpm@...ux-foundation.org are origin.patch split-the-typecheck-macros-out-of-include-linux-kernelh.patch locking-add-typecheck-on-irqsave-and-friends-for-correct-flags.patch remove-apparently-unused-fd1772h-header-file.patch lib-allow-memparse-to-accept-a-null-and-ignorable-second-parm.patch build-kernel-profileo-only-when-requested-cleanups.patch seq_file-fix-bug-when-seq_read-reads-nothing.patch exec-remove-some-includes.patch inflate-refactor-inflate-malloc-code.patch drivers-misc-hpiloc-needs-config_pci.patch add-a-warn-macro-this-is-warn_on-printk-arguments.patch gpio-sysfs-interface-updated.patch gpio-add-bt8xxgpio-driver.patch jbd-fix-race-between-free-buffer-and-commit-trasanction.patch ext3-handle-corrupted-orphan-list-at-mount.patch ext3-handle-deleting-corrupted-indirect-blocks.patch jbd-dont-abort-if-flushing-file-data-failed.patch jbd-dont-abort-if-flushing-file-data-failed-fix.patch reiserfs-convert-j_flush_sem-to-mutex.patch reiserfs-convert-j_commit_lock-to-mutex-checkpatch-fixes.patch quota-move-function-macros-from-quotah-to-quotaopsh-jfs-fix.patch quota-move-function-macros-from-quotah-to-quotaopsh-jfs-fix-fix.patch cgroup_clone-use-pid-of-newly-created-task-for-new-cgroup-fix.patch cgroup_clone-use-pid-of-newly-created-task-for-new-cgroup-checkpatch-fixes.patch devcgroup-code-cleanup-fix.patch memcg-remove-refcnt-from-page_cgroup-fix-2.patch memcg-limit-change-shrink-usage-checkpatch-fixes.patch coredump-format_corename-fix-the-core_uses_pid-logic-checkpatch-fixes.patch workqueues-make-get_online_cpus-useable-for-work-func-fix.patch ipc-semc-convert-undo-structures-to-struct-list_head-checkpatch-fixes.patch ipc-semc-convert-sem_arraysem_pending-to-struct-list_head-checkpatch-fixes.patch ipc-semc-rewrite-undo-list-locking-checkpatch-fixes.patch fs-partition-checkc-fix-return-value-warning-v2-cleanup.patch block-ioctlc-and-fs-partition-checkc-checkpatch-fixes.patch getdelaysc-add-a-usr1-signal-handler-checkpatch-fixes.patch edac-mpc85xx-fix-pci-ofdev-2nd-pass-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists