aufs: pin or lock the parent dir and the child on a branch
To create/delete/rename files including copy-up, aufs acquires several
locks on the branch fs internally. These lock/unlock operations are
consolidated into struct au_pin in this commit.
au_pin handles
- LOCKDEP class
- re-validate/verify
- suspend/resume HNOTIFY
See also lookup.txt in later commit.
Signed-off-by:
J. R. Okajima <hooanon05g@gmail.com>
fs/aufs/dentry.c
0 → 100644
fs/aufs/i_op.c
0 → 100644
Please register or sign in to comment