[PATCH] Fold select_bits_alloc/free into caller code.
authorVadim Lobanov <vlobanov@speakeasy.net>
Tue, 28 Mar 2006 09:56:35 +0000 (01:56 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 28 Mar 2006 17:16:04 +0000 (09:16 -0800)
commit68c3431ae22912be580c68d3955ef46515582943
treee65917db1f37eca94d6cc11221d9b99b01e27f80
parente4a1f129f9e43a5e5d28fe6d1b214246a398cdce
[PATCH] Fold select_bits_alloc/free into caller code.

Remove an unnecessary level of indirection in allocating and freeing select
bits, as per the select_bits_alloc() and select_bits_free() functions.
Both select.c and compat.c are updated.

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/compat.c