diff --git a/[refs] b/[refs] index 36d545a3b041..6f116800e462 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee8be57bc331f00d520c4c8a78ffa9590ed41c2c +refs/heads/master: 6bd5e82b099c3d633905098b3c0af808ced73d85 diff --git a/trunk/fs/cachefiles/namei.c b/trunk/fs/cachefiles/namei.c index 8c01c5fcdf75..07cbd447861e 100644 --- a/trunk/fs/cachefiles/namei.c +++ b/trunk/fs/cachefiles/namei.c @@ -836,7 +836,7 @@ static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, // dir->d_name.len, dir->d_name.len, dir->d_name.name, filename); /* look up the victim */ - mutex_lock_nested(&dir->d_inode->i_mutex, 1); + mutex_lock_nested(&dir->d_inode->i_mutex, I_MUTEX_PARENT); start = jiffies; victim = lookup_one_len(filename, dir, strlen(filename));