mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08: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>