diff options
Diffstat (limited to 'fs/ext2/ialloc.c')
-rw-r--r-- | fs/ext2/ialloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext2/ialloc.c b/fs/ext2/ialloc.c index 5c3d7b7e4975..a0c5ea91fcd4 100644 --- a/fs/ext2/ialloc.c +++ b/fs/ext2/ialloc.c | |||
@@ -222,8 +222,6 @@ static int find_group_dir(struct super_block *sb, struct inode *parent) | |||
222 | best_desc = desc; | 222 | best_desc = desc; |
223 | } | 223 | } |
224 | } | 224 | } |
225 | if (!best_desc) | ||
226 | return -1; | ||
227 | 225 | ||
228 | return best_group; | 226 | return best_group; |
229 | } | 227 | } |