don't bother with deferred freeing of fdtables

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-04-28 21:42:33 -04:00
parent 094dd33b17
commit ac3e3c5b11
2 changed files with 2 additions and 67 deletions

View 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)