Unionfs: create new symlinks only in first branch
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 25 Dec 2007 22:01:40 +0000 (17:01 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 25 Dec 2007 22:01:40 +0000 (17:01 -0500)
commita3d9f02237c148bec5e5d1a491b5775169b6edc5
tree2ea8a08dce046cf26d5f56d8765bb2e11df66c98
parent813cf83bf851b9506d8bbdc510b08dbd3669916b
Unionfs: create new symlinks only in first branch

When creating a new symlink, always create it in the first branch, which is
always writeable, not in the branch which may have a whiteout in it.  This
makes the policy for the creation of new symlinks consistent with that of
new files/directories, as well as improves efficiency a bit.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/inode.c