On Tue, Jan 22, 2019 at 02:58:20PM +0800, yangerkun wrote: > Before really do swap between inode and boot inode, something need to > check to avoid invalid or not permitted operation, like does this inode > has inline data. But the condition check should be protected by inode > lock to avoid change while swapping. Also some other condition will not > change between swapping, but there has no problem to do this under inode > lock. > > Signed-off-by: yangerkun <yangerkun@xxxxxxxxxx> Thanks, applied. - Ted