commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.4-407-g4f17992


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-407-g4f17992
Date: Sun, 09 Feb 2014 23:08:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  4f17992a7d598ff0684f1b13f4008067f970e9c9 (commit)
       via  abb50be5ea5c374cdb25f05eafdf8afac9b854b1 (commit)
      from  134d5b6b353d438961bf989a823fed5e4793854f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4f17992a7d598ff0684f1b13f4008067f970e9c9
Merge: abb50be 134d5b6
Author: Samuel Thibault <address@hidden>
Date:   Mon Feb 10 00:07:56 2014 +0100

    Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach

commit abb50be5ea5c374cdb25f05eafdf8afac9b854b1
Author: Samuel Thibault <address@hidden>
Date:   Mon Feb 10 00:04:34 2014 +0100

    Add quiet flag to block I/O
    
    This avoids grub & such making Mach print flurries of floppy errors.
    
    * linux/dev/include/linux/blkdev.h (request): Add `quiet' field.
    * linux/dev/include/linux/blk.h (end_request): Print I/O error only if
    the `quiet' field of the request is 0.
    * linux/dev/include/linux/fs.h (ll_rw_block): Add `quiet' parameter.
    * linux/dev/glue/block.c (ll_rw_block): Add `quiet' parameter, copied into
    the request.
    (bread, rdwr_partial, rdwr_full): Pass 0 to `ll_rw_block''s `quiet' 
parameter.
    * linux/dev/drivers/block/floppy.c (floppy_revalidate): Pass 1 to
    `ll_rw_block''s `quiet' parameter.

-----------------------------------------------------------------------

Summary of changes:
 linux/dev/drivers/block/floppy.c |    2 +-
 linux/dev/glue/block.c           |   11 ++++++-----
 linux/dev/include/linux/blk.h    |    5 +++--
 linux/dev/include/linux/blkdev.h |    1 +
 linux/dev/include/linux/fs.h     |    2 +-
 5 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]