]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fuse: add missing fuse_request_free
authorJulia Lawall <julia@diku.dk>
Thu, 16 Oct 2008 14:08:56 +0000 (16:08 +0200)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 16 Oct 2008 14:08:56 +0000 (16:08 +0200)
commit17e18ab6ff6ec44e95514c7346d2cbd0363ef640
treedb4eeaa3b77c86d70feed64f1955cf545b0ff53a
parent769415c61191bc860f60c6edc3cb7cba24fb3218
fuse: add missing fuse_request_free

The error handling code for the second call to fuse_request_alloc should
include freeing the result of the first one.

This bug was found by the Coccinelle project:

  http://www.emn.fr/x-info/coccinelle/

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/inode.c