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>
Wed, 2 Nov 2011 17:34:50 +0000 (18:34 +0100)
commit9294657fb966c685cf6a99f4bbe73a91eb2b8f3c
tree4bc1f26c41b140d83b547f6c0509c63caff64363
parentd83caf3f072d1f13464d96368422519053a3fe28
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