1
0
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:
Alasdair Kergon 2010-09-27 19:15:13 +00:00
parent b91a077d23
commit 8ad3bb1462

View File

@ -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),