commit | 6faf05c2b2b4fe70d9068067437649401531de0a | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Wed Aug 22 10:55:22 2018 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 22 13:15:25 2018 -0700 |
tree | 11013bae190f6188a45c62db96a3975a68863e26 | |
parent | cd9b44f90763c3367e8dd0601849ffb028e8ba52 [diff] |
ovl: set I_CREATING on inode being created ...otherwise there will be list corruption due to inode_sb_list_add() being called for inode already on the sb list. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Fixes: e950564b97fd ("vfs: don't evict uninitialized inode") Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>