[PATCH] Clean up expand_fdtable() and expand_files()
authorVadim Lobanov <vlobanov@speakeasy.net>
Fri, 29 Sep 2006 09:01:43 +0000 (02:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:25 +0000 (09:18 -0700)
commit74d392aaabfc890cc1f0e80fc5ff13e5d3bcf4c9
treee70c15452798ac7745d9f9f0f8bb732286d77784
parent3706baa8b1ba0d71d52fd0c656752a6495f6364a
[PATCH] Clean up expand_fdtable() and expand_files()

Perform a code cleanup against the expand_fdtable() and expand_files()
functions inside fs/file.c.  It aims to make the flow of code within these
functions simpler and easier to understand, via added comments and modest
refactoring.

Signed-off-by: Vadim Lobanov <vlobanov@speakeasy.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/file.c