mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-24 06:04:19 +03:00
drop an unnecessary 'stack'
This commit is contained in:
parent
b91a077d23
commit
8ad3bb1462
@ -210,8 +210,10 @@ static int _aligned_io(struct device_area *where, void *buffer,
|
||||
(size_t) where->size);
|
||||
|
||||
/* ... then we write */
|
||||
r = _io(&widened, bounce, 1);
|
||||
goto_out;
|
||||
if (!(r = _io(&widened, bounce, 1)))
|
||||
stack;
|
||||
|
||||
goto out;
|
||||
}
|
||||
|
||||
memcpy(buffer, bounce + (where->start - widened.start),
|
||||
|
Loading…
x
Reference in New Issue
Block a user