Revision 0bacbe528e26422e424d110ebda4ec68ea0fd5eb authored by Al Viro on 02 February 2016, 02:28:05 UTC, committed by Al Viro on 20 February 2016, 05:15:51 UTC
It forgets kunmap() on a failure exit, but there's really no point keeping
the page kmapped at all - after all, what we are doing is a bunch of memcpy()
into the parts of page, so kmap_atomic()/kunmap_atomic() just around those
memcpy() is enough.

Spotted-by: Insu Yun <wuninsu@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 0e9a7da
History
File Mode Size
Kconfig -rw-r--r-- 861 bytes
Makefile -rw-r--r-- 141 bytes
lapb_iface.c -rw-r--r-- 8.9 KB
lapb_in.c -rw-r--r-- 15.0 KB
lapb_out.c -rw-r--r-- 5.0 KB
lapb_subr.c -rw-r--r-- 7.7 KB
lapb_timer.c -rw-r--r-- 4.3 KB

back to top