]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Check for return value from sb_set_blocksize
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
commitf4662a9b59740645176142ee0206821fe1fbc108
treeb52c78ac15120151ea688550ba4f6ce619d471c0
parent35b8c269d71d987d54d272acdfb58073122473d9
ext4: Check for return value from sb_set_blocksize

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 <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
fs/ext4/super.c