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:40:00 +0000 (09:40 +0100)
commite6574337df788e4c3e40382b052037ffe0c3c23d
tree22a2abe7fec4fc0d841de0a34b3dc9434caf29b0
parentc5787d77a5c29fffd295d138bd118b334990a567
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