commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. hurd-release-0-2-3451-gb8b7940


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. hurd-release-0-2-3451-gb8b7940
Date: Sun, 30 Sep 2012 17:42:33 +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 "Hurd".

The branch, master has been updated
       via  b8b7940234ed7b06cb81f49210b165c47d44a1f1 (commit)
       via  0cf1f48d64813fa46d83442ade4c94958ad4300b (commit)
      from  b6768b326c2e80f5c2326ab46459644d417c6e98 (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 b8b7940234ed7b06cb81f49210b165c47d44a1f1
Author: Pino Toscano <address@hidden>
Date:   Fri Sep 7 18:24:20 2012 +0200

    tmpfs: add --size
    
    Add the possibility to specify the size with the --size parameter;
    this makes tmpfs more usable in fstab or Linuxish mount invocations,
    since the size in such cases is a mount -o option, which gets translated
    to a --foo translator argument.
    The old way (specifying the size as the first argument) is left there;
    although, if --size is passed then the first argument must be "tmpfs",
    as it is what is passed by fstab/mount.
    
    * tmpfs/tmpfs.c (OPT_SIZE): New macro.
    (options): Add the "size" option.
    (parse_opt): Use -1 to indicate when SIZE is not yet set.
    <OPT_SIZE>: Handle case.
    <ARGP_KEY_NO_ARGS>: Error out only when SIZE is not set.
    <ARGP_KEY_ARGS>: Error out when SIZE is set and the argument is not "tmpfs".

commit 0cf1f48d64813fa46d83442ade4c94958ad4300b
Author: Pino Toscano <address@hidden>
Date:   Fri Sep 7 18:21:00 2012 +0200

    tmpfs: extract size string parsing in an own function
    
    * tmpfs/tmpfs.c (parse_opt_size): New function, broken out of ...
    (parse_opt): ... here.  Call it.

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

Summary of changes:
 tmpfs/tmpfs.c |  140 ++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 88 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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