[PATCH] ext4: Check for return value from sb_set_blocksize

2008-01-09 Thread Aneesh Kumar K.V
sb_set_blocksize validates whether the specfied block size can be used by the file system. Make sure we fail mounting the file system if the blocksize specfied cannot be used. Signed-off-by: Aneesh Kumar K.V [EMAIL PROTECTED] --- fs/ext4/super.c | 18 +++--- 1 files changed, 7

Re: [PATCH] ext4: Check for return value from sb_set_blocksize

2008-01-09 Thread Aneesh Kumar K.V
Updated patch. The earlier patch did multiple brelse() during failed mount case. ext4: Check for return value from sb_set_blocksize From: Aneesh Kumar K.V [EMAIL PROTECTED] sb_set_blocksize validates whether the specfied block size can be used by the file system. Make sure we fail mounting the