diff options
author | 2023-11-04 15:00:12 +0100 | |
---|---|---|
committer | 2023-11-18 14:59:24 +0100 | |
commit | efa5d065b4a0790061921194019c321ad335b8db (patch) | |
tree | d967a1647729a43ec4e70936773d8b10ad284a3a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nilfs2: simplify device handling (diff) | |
download | wireguard-linux-efa5d065b4a0790061921194019c321ad335b8db.tar.xz wireguard-linux-efa5d065b4a0790061921194019c321ad335b8db.zip |
fs: remove dead check
Above we call super_lock_excl() which waits until the superblock is
SB_BORN and since SB_BORN is never unset once set this check can never
fire. Plus, we also hold an active reference at this point already so
this superblock can't even be shutdown.
Link: https://lore.kernel.org/r/20231104-vfs-multi-device-freeze-v2-1-5b5b69626eac@kernel.org
Tested-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions