git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af402ab
)
exofs: don't leak io_state and pages on read error
author
Boaz Harrosh
<bharrosh@panasas.com>
Fri, 30 Nov 2012 14:03:31 +0000
(16:03 +0200)
committer
Boaz Harrosh
<bharrosh@panasas.com>
Fri, 14 Dec 2012 10:17:32 +0000
(12:17 +0200)
Same bug as fixed by Idan for write_exec was in read_exec.
Fix the io_state leak and pages state on read error.
Also while at it:
The if (!pcol->read_4_write) at the error path is redundant
because all goto err; are after the if (pcol->read_4_write)
bale out.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/inode.c
patch
|
blob
|
history
diff --cc
fs/exofs/inode.c
Simple merge