-
Amir Goldstein authored
ovl_copyattr() may be called concurrently from aio completion context without any lock and that could lead to overlay inode attributes getting permanently out of sync with real inode attributes. Use ovl inode spinlock to protect ovl_copyattr(). Signed-off-by:
Amir Goldstein <amir73il@gmail.com>
f7621b11