Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-31 | filp_cachep can be static in fs/file_table.c | Eric Dumazet | |
Instead of creating the "filp" kmem_cache in vfs_caches_init(), we can do it a litle be later in files_init(), so that filp_cachep is static to fs/file_table.c Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2008-05-16 | [PATCH] dup_fd() fixes, part 1 | Al Viro | |
Move the sucker to fs/file.c in preparation to the rest Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2008-05-01 | [PATCH] split linux/file.h | Al Viro | |
Initial splitoff of the low-level stuff; taken to fdtable.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |