Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / include / linux / fdtable.h
index fb7dacae052274fb17089f0ace563b3933f27572..085197bd88120e945235e3d843360ce99364a274 100644 (file)
@@ -27,7 +27,6 @@ struct fdtable {
        unsigned long *close_on_exec;
        unsigned long *open_fds;
        struct rcu_head rcu;
-       struct fdtable *next;
 };
 
 static inline bool close_on_exec(int fd, const struct fdtable *fdt)
This page took 0.031209 seconds and 5 git commands to generate.