]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/taskstats.c
Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[karo-tx-linux.git] / kernel / taskstats.c
index b312fcc730243054a295e717460b3d61e710a26b..670fff88a9613e07ac52d70a5365875d93e1e29c 100644 (file)
@@ -459,7 +459,7 @@ static int cgroupstats_user_cmd(struct sk_buff *skb, struct genl_info *info)
        stats = nla_data(na);
        memset(stats, 0, sizeof(*stats));
 
-       rc = cgroupstats_build(stats, f.file->f_dentry);
+       rc = cgroupstats_build(stats, f.file->f_path.dentry);
        if (rc < 0) {
                nlmsg_free(rep_skb);
                goto err;