udf: Preserve link count of system files
authorJan Kara <jack@suse.cz>
Tue, 3 Jan 2023 08:56:56 +0000 (09:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:34:10 +0000 (09:34 +0100)
commit65f64fb9c2ab39e12e6200c44288e51378767cd7
tree5ac0a33efb08fafac3e06c46801ade2c064ef531
parent6837910aeb2c9101fc036dcd1b1f32615c20ec1a
udf: Preserve link count of system files

commit fc8033a34a3ca7d23353e645e6dde5d364ac5f12 upstream.

System files in UDF filesystem have link count 0. To not confuse VFS we
fudge the link count to be 1 when reading such inodes however we forget
to restore the link count of 0 when writing such inodes. Fix that.

CC: stable@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/udf/inode.c
fs/udf/super.c
fs/udf/udf_i.h