ext4: Fix goal inum check in the inode allocator
authorJohann Lombardi <johann@Sun.COM>
Mon, 6 Jul 2009 03:45:11 +0000 (23:45 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jul 2009 03:45:11 +0000 (23:45 -0400)
commite6462869e4fd88be5141a356ee0c28d8067340cc
treef22c68d85bc9192944d81dd0cec4b8c7f6827b9a
parent5adfee9c17314c1411095c23191c3cb0c2d25f9f
ext4: Fix goal inum check in the inode allocator

The goal inode is specificed by inode number which belongs
to [1; s_inodes_count].

Signed-off-by: Johann Lombardi <johann@sun.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ialloc.c