]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
udf: Drop freed bitmap / table support
authorJan Kara <jack@suse.cz>
Thu, 6 Sep 2018 15:52:28 +0000 (17:52 +0200)
committerJan Kara <jack@suse.cz>
Fri, 7 Sep 2018 08:32:22 +0000 (10:32 +0200)
commit694538b5d753666c81938ca6628188e1c432d377
tree2fdcd152769c1f2ab6b19ae0ddaf5dc41d7b6573
parentb085fbe2ef7fa7489903c45271ae7b7a52b0f9ab
udf: Drop freed bitmap / table support

We don't support Free Space Table and Free Space Bitmap as specified by
UDF standard for writing as we don't support erasing blocks before
overwriting them. Just drop the handling of these structures as
partition descriptor checking code already makes sure such filesystems
can be mounted only read-only.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/balloc.c
fs/udf/super.c
fs/udf/udf_sb.h