mirror of
https://github.com/torvalds/linux
synced 2026-06-15 14:52:09 +09:00
This adds a new RENAME_WHITEOUT flag. This flag makes rename() create a whiteout of source. The whiteout creation is atomic relative to the rename. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>