ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()
authorRoel Kluin <roel.kluin@gmail.com>
Mon, 7 Dec 2009 13:50:11 +0000 (14:50 +0100)
committerJan Kara <jack@suse.cz>
Thu, 10 Dec 2009 14:02:55 +0000 (15:02 +0100)
commit8e0eb4011bd73d5f91b215b532f74eef478ef795
tree53d60cdbb1a1a00e9787347aabb631e862b44969
parent68eb3db08344286733adac48304d9fb7a0e53b27
ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()

Return the PTR_ERR of the correct pointer.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/resize.c