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, 20 Jun 2014 00:40:31 +0000 (20:40 -0400)
commit94936c4d803fc90603e6022d183112ea08d4b5be
treec65a40839e1d41977c67574bd6b773a702625379
parent74c4323408d78a16ef808abd855f6152222934f7
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