Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udf: Verify inode link counts before performing rename
During rename, we are updating link counts of various inodes either when rename deletes target or when moving directory across directories. Verify involved link counts are sane so that we don't trip warnings in VFS. Reported-by: [email protected] Signed-off-by: Jan Kara <[email protected]>
- Loading branch information