[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 09/15: libdiskfs: do not print a message on ENOMEM
From: |
Samuel Thibault |
Subject: |
[hurd] 09/15: libdiskfs: do not print a message on ENOMEM |
Date: |
Sun, 05 Jul 2015 00:42:00 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit 921af9c9865a3f54c388b0836f20c9ae3b30b247
Author: Justus Winter <address@hidden>
Date: Fri Jun 5 18:31:57 2015 +0200
libdiskfs: do not print a message on ENOMEM
* libdiskfs/node-cache.c (diskfs_node_iterate): Do not print a message
on ENOMEM.
---
libdiskfs/node-cache.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libdiskfs/node-cache.c b/libdiskfs/node-cache.c
index 6b70da8..a76474a 100644
--- a/libdiskfs/node-cache.c
+++ b/libdiskfs/node-cache.c
@@ -199,7 +199,6 @@ diskfs_node_iterate (error_t (*fun)(struct node *))
if (node_list == NULL)
{
pthread_rwlock_unlock (&nodecache_lock);
- error (0, 0, "unable to allocate temporary node table");
return ENOMEM;
}
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (eef94c4 -> 3dc2076), Samuel Thibault, 2015/07/04
- [hurd] 01/15: console-client: fix build with -O0, Samuel Thibault, 2015/07/04
- [hurd] 02/15: console-client: avoid nested function, Samuel Thibault, 2015/07/04
- [hurd] 09/15: libdiskfs: do not print a message on ENOMEM,
Samuel Thibault <=
- [hurd] 15/15: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2015/07/04
- [hurd] 08/15: Check AWK usability when XKB is enabled, Samuel Thibault, 2015/07/04
- [hurd] 07/15: console-client: Fix lower range of binary search, Samuel Thibault, 2015/07/04
- [hurd] 04/15: utils/rpctrace: fix build with -O0, Samuel Thibault, 2015/07/04
- [hurd] 06/15: console-client: assert precondition, Samuel Thibault, 2015/07/04
- [hurd] 05/15: utils/vmstat: fix integer overflow, Samuel Thibault, 2015/07/04
- [hurd] 03/15: console-client: fix binary search, Samuel Thibault, 2015/07/04
- [hurd] 11/15: Cope with scripts which chmod -x directories, Samuel Thibault, 2015/07/04
- [hurd] 10/15: Fix ps -o %r infinite loop, Samuel Thibault, 2015/07/04
- [hurd] 14/15: Do not keep mutex locked while waiting for authenticate loop, Samuel Thibault, 2015/07/04