From: Alexey Dobriyan Date: Sat, 26 Jul 2008 07:21:37 +0000 (+0400) Subject: [PATCH 2/2] proc: switch inode number allocation to IDA X-Git-Tag: v2.6.27-rc2~105^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a18540915faaaadd7f71c16fa877a0c19675923;p=pandora-kernel.git [PATCH 2/2] proc: switch inode number allocation to IDA proc doesn't use "associate pointer with id" feature of IDR, so switch to IDA. NOTE, NOTE, NOTE: Do not apply if release_inode_number() still mantions MAX_ID_MASK! Signed-off-by: Alexey Dobriyan Signed-off-by: Al Viro --- Reading git-diff-tree failed