]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: do not check inode's runtime flags under root->orphan_lock
authorLiu Bo <bo.li.liu@oracle.com>
Thu, 25 Jan 2018 18:02:55 +0000 (11:02 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Mar 2018 13:09:36 +0000 (15:09 +0200)
commit6a60a0f0181c7475f76d96acf3f3b0fb39e15111
treeb5ace6fadaad888aa7b0d78eeedeb1dcd13a12d1
parent9b0ec92a1d6a67a56efb99028b81ac994062d4a4
Btrfs: do not check inode's runtime flags under root->orphan_lock

It's not necessary to hold ->orphan_lock when checking inode's runtime
flags.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c