aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2011-10-23 10:07:20 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2011-10-23 10:07:20 +0200
commit42d5c66b0bd1b465ddd586a8c339b56799694f3f (patch)
tree42236b23e7b994aee821ae0517f0ec4ecfe93eca /ChangeLog
parent7728b36a83fe20b366b1b6e72f3d0906ca89840c (diff)
Reply with ENOMEM in case of failure to allocate request
Reply to request with ENOMEM in case of failure to allocate request structure. Otherwise the task issuing the request will just freeze up until the filesystem daemon is killed. Reported by Stephan Kulow
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eedab2f..955813b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-13 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Reply to request with ENOMEM in case of failure to allocate
+ request structure. Otherwise the task issuing the request will
+ just freeze up until the filesystem daemon is killed. Reported by
+ Stephan Kulow
+
2011-09-23 Miklos Szeredi <miklos@szeredi.hu>
* Replace daemon() function with fork(). Patch by Anatol Pomozov