commit | be148247cfbe2422f5709e77d9c3e10b8a6394da | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Oct 10 05:36:21 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:26:12 2010 -0400 |
tree | f04605bb5ea21cefd455b6fd81c51d8bb02c1521 | |
parent | 85fe4025c616a7c0ed07bc2fc8c5371b07f3888c [diff] |
fs: take dcache_lock inside __d_path All callers take dcache_lock just around the call to __d_path, so take the lock into it in preparation of getting rid of dcache_lock. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>