X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fseq_file.c;h=05d6b0e78c959a341137c97fbb2ea2fa89b25197;hb=9fe146aef44afe5ec677d8150b6ae94e09b773f7;hp=0e7cb1395a94cfb2c98aad791672576315b88526;hpb=fbaab1dc19751c80a7df62425f1d9ad2688e42f5;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/fs/seq_file.c b/fs/seq_file.c index 0e7cb1395a94..05d6b0e78c95 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c @@ -462,9 +462,7 @@ int seq_path_root(struct seq_file *m, struct path *path, struct path *root, if (size) { char *p; - spin_lock(&dcache_lock); p = __d_path(path, root, buf, size); - spin_unlock(&dcache_lock); res = PTR_ERR(p); if (!IS_ERR(p)) { char *end = mangle_path(buf, p, esc);