summaryrefslogtreecommitdiff
path: root/tmpfs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-02-11 13:24:23 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-02-25 11:18:59 +0100
commit90af50dd30c2ea0abec10b36d5b3fbf29fec2b16 (patch)
treed4a08f7bdafe82746ebc04fb42186d39706fdeb7 /tmpfs
parent1b35145ee6592ba9e4017b7b2686edb312e79ad2 (diff)
tmpfs: set diskfs_disk_name to "none"
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". * tmpfs/tmpfs.c (diskfs_disk_name): Set to "none".
Diffstat (limited to 'tmpfs')
-rw-r--r--tmpfs/tmpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c
index 7da3dd58..a45d3435 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;