[PATCH v6 13/14] dcache: rename d_count field of dentry to d_refcount

2013-07-08 Thread Waiman Long
Before converting the d_lock and d_count field of the dentry data structure to the new lockref structure, we need to consider the implication of such a change. All current references of d_count and d_lock have to be changed accordingly. One way to minimize the changes is to redefine the original

[PATCH v6 13/14] dcache: rename d_count field of dentry to d_refcount

2013-07-08 Thread Waiman Long
Before converting the d_lock and d_count field of the dentry data structure to the new lockref structure, we need to consider the implication of such a change. All current references of d_count and d_lock have to be changed accordingly. One way to minimize the changes is to redefine the original