mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
cd808deced
Add whiteout support to ext4_rename(). A whiteout inode (chrdev/0,0) is created before the rename takes place. The whiteout inode is added to the old entry instead of deleting it. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>