Unionfs: unionfs_create rewrite
authorJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Fri, 31 Aug 2007 23:31:58 +0000 (19:31 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 22 Nov 2013 23:53:54 +0000 (18:53 -0500)
commit445bbabdb71e2130875f2d0722ca1747e31f479e
tree8071a480bb188be20874b4d1f32220fb75e1ba9b
parent1ce4b497e43b3fc90d02c789ec90db417124ad22
Unionfs: unionfs_create rewrite

The code was hard to follow and violated some invariants (e.g., never modify
a read only branch, and always create on branch 0).

Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
fs/unionfs/inode.c