Home
last modified time | relevance | path

Searched hist:"0921835 c9544c1dc3d2093df6932f1b207eec487" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.hdiff 0921835c9544c1dc3d2093df6932f1b207eec487 Fri Jul 26 02:43:17 CDT 2019 Chao Yu <yuchao0@huawei.com> f2fs: fix to avoid call kvfree under spinlock

vfree() don't wish to be called from interrupt context, move it
out of spin_lock_irqsave() coverage.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>