aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorJan Kara <[email protected]>2023-04-11 14:10:19 +0200
committerTheodore Ts'o <[email protected]>2023-05-07 21:11:18 -0400
commit949f95ff39bf188e594e7ecd8e29b82eb108f5bf (patch)
tree44699efa34673153e6884287fc77fa96e08de5cd /drivers/fpga/fpga-bridge.c
parentfa08a7b61dff8a4df11ff1e84abfc214b487caf7 (diff)
ext4: fix lockdep warning when enabling MMP
When we enable MMP in ext4_multi_mount_protect() during mount or remount, we end up calling sb_start_write() from write_mmp_block(). This triggers lockdep warning because freeze protection ranks above s_umount semaphore we are holding during mount / remount. The problem is harmless because we are guaranteed the filesystem is not frozen during mount / remount but still let's fix the warning by not grabbing freeze protection from ext4_multi_mount_protect(). Cc: [email protected] Reported-by: [email protected] Link: https://syzkaller.appspot.com/bug?id=ab7e5b6f400b7778d46f01841422e5718fb81843 Signed-off-by: Jan Kara <[email protected]> Reviewed-by: Christian Brauner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions