X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2Fsuper.c;h=6bc3352adcf39fc5ed6cad77b5df5c9d7db3f9cc;hb=8cf9f2a29ff1265a392e5b2461c69a9e53b4539f;hp=adb0c0de428c2c88c0322ae739cbe108f01ae085;hpb=fbd78afe34d9cc3a86aff7cc214d9f06e815e63e;p=karo-tx-linux.git diff --git a/fs/super.c b/fs/super.c index adb0c0de428c..6bc3352adcf3 100644 --- a/fs/super.c +++ b/fs/super.c @@ -168,7 +168,6 @@ static void destroy_super(struct super_block *s) WARN_ON(!list_empty(&s->s_mounts)); put_user_ns(s->s_user_ns); kfree(s->s_subtype); - kfree(s->s_options); call_rcu(&s->rcu, destroy_super_rcu); } @@ -508,7 +507,7 @@ retry: return ERR_PTR(-ENOMEM); goto retry; } - + err = set(s, data); if (err) { spin_unlock(&sb_lock); @@ -771,7 +770,7 @@ restart: spin_unlock(&sb_lock); return NULL; } - + struct super_block *user_get_super(dev_t dev) { struct super_block *sb;