]> git.baikalelectronics.ru Git - kernel.git/commit
fs/adfs: map: use find_next_bit_le() rather than open coding it
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 9 Dec 2019 11:08:54 +0000 (11:08 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Jan 2020 01:12:40 +0000 (20:12 -0500)
commit3fb798f9ddd0473839b6e8cb82dd3b74d4f37588
tree5382a3ccda58b57e8f1e052abeec8ab00f902010
parent2f4ba8d42ebfb62dfbb1cf54d576b5f7898ee68e
fs/adfs: map: use find_next_bit_le() rather than open coding it

Use find_next_bit_le() to find the end of a fragment in the map rather
than open-coding this functionality.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/adfs/map.c