Reply with ENOMEM in case of failure to allocate request
authorMiklos Szeredi <mszeredi@suse.cz>
Sun, 23 Oct 2011 08:07:20 +0000 (10:07 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Sun, 23 Oct 2011 08:07:20 +0000 (10:07 +0200)
commit42d5c66b0bd1b465ddd586a8c339b56799694f3f
tree42236b23e7b994aee821ae0517f0ec4ecfe93eca
parent7728b36a83fe20b366b1b6e72f3d0906ca89840c
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
ChangeLog
lib/fuse_lowlevel.c