ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX
authorGuo Chao <yan@linux.vnet.ibm.com>
Tue, 18 Dec 2012 08:56:39 +0000 (16:56 +0800)
committerJan Kara <jack@suse.cz>
Mon, 21 Jan 2013 10:19:55 +0000 (11:19 +0100)
This macro, initially introduced by ext2 in v0.99.15, does not
have any users from the beginning. It has been removed in later
ext2 version but still remains in the code of ext3, ext4, ocfs2.
Remove this macro there.

Cc: Jan Kara <jack@suse.cz>
Cc: linux-ext4@vger.kernel.org
Cc: ocfs2-devel@oss.oracle.com
Acked-by: Mark Fasheh <mfasheh@suse.de>
Acked-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found