[PATCH v4 0/1] dcache: Translating dentry into pathname without taking rename_lock

2013-09-09 Thread Waiman Long
Change History v3->v4: - Extract the begin and end blocks of the rename_lock sequence number check into helper functions to make the code easier to read. v2->v3: - Simplify prepend_name() to blindly copy the dname over until it reaches a null byte or the specified length leaving the

[PATCH v4 0/1] dcache: Translating dentry into pathname without taking rename_lock

2013-09-09 Thread Waiman Long
Change History v3-v4: - Extract the begin and end blocks of the rename_lock sequence number check into helper functions to make the code easier to read. v2-v3: - Simplify prepend_name() to blindly copy the dname over until it reaches a null byte or the specified length leaving the