commit | b76a3f93d01fc93a87cb6eba4e854ffe378b4bac | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Mon Jun 08 19:28:41 2009 +0300 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Sun Jun 21 17:53:44 2009 +0300 |
tree | 528b1a401be9b188cebf59850c2215d7260929aa | |
parent | c277331d5fbaae5772ed19862feefa91f4e477d3 [diff] |
exofs: Fix bio leak in error handling path (sync read) When failing a read request in the sync path, called from write_begin, I forgot to free the allocated bio, fix it. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>