]> Git Repo - linux.git/blobdiff - fs/fs_parser.c
powerpc/powermac: Add missing lockdep_register_key()
[linux.git] / fs / fs_parser.c
index 980d44fd3a3639deeccfb23fc463d37e6d06bd88..3df07c0e32b34ace91d1d9efd24cd70bcc37deb3 100644 (file)
@@ -165,7 +165,6 @@ int fs_lookup_param(struct fs_context *fc,
                return invalf(fc, "%s: not usable as path", param->key);
        }
 
-       f->refcnt++; /* filename_lookup() drops our ref. */
        ret = filename_lookup(param->dirfd, f, flags, _path, NULL);
        if (ret < 0) {
                errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name);
This page took 0.032824 seconds and 4 git commands to generate.