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, 29 Apr 2011 02:24:35 +0000 (22:24 -0400)
commit6ceba5a9d23cc410e915bede6c61b39d9cae7f42
tree91dacdcfaf2f595c01f94fd6b891e2d76cbba51e
parent660684c5888d25f481cef84fbe72409014767ea5
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