bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 4/6] tmpfs: set diskfs_disk_name to "none"


From: Samuel Thibault
Subject: Re: [PATCH 4/6] tmpfs: set diskfs_disk_name to "none"
Date: Tue, 25 Feb 2014 00:28:34 -0500
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Tue 11 Feb 2014 17:13:10 +0100, a écrit :
> By default diskfs_disk_name is returned as the source of
> libdiskfs-based translators.  Hurds fstab allows multiple entries with
> the mnt_fsname being "none".

Ack.

> * tmpfs/tmpfs.c (diskfs_disk_name): Set to "none".
> ---
>  tmpfs/tmpfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c
> index 7da3dd5..a45d343 100644
> --- a/tmpfs/tmpfs.c
> +++ b/tmpfs/tmpfs.c
> @@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 
> 02139, USA.  */
>  char *diskfs_server_name = "tmpfs";
>  char *diskfs_server_version = HURD_VERSION;
>  char *diskfs_extra_version = "GNU Hurd";
> -char *diskfs_disk_name = "swap";
> +char *diskfs_disk_name = "none";
>  
>  /* We ain't got to show you no stinkin' sync'ing.  */
>  int diskfs_default_sync_interval = 0;
> -- 
> 1.8.5.2
> 

-- 
Samuel
Client: "This program has been successfully installed."
Vendeur (surpris): "Et où voyez-vous une erreur ?"
Client: "C'est << HAS BEEN >> !"



reply via email to

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