Fix a style bug.

This commit is contained in:
Kevin Lo 2016-06-08 02:39:10 +00:00
parent 5c95ab023c
commit 45cbcf9b83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301576

View File

@ -118,7 +118,7 @@ ext4_bmapext(struct vnode *vp, int32_t bn, int64_t *bnp, int *runp, int *runb)
if (runb != NULL)
*runb = lbn - path.ep_sparse_ext.e_blk;
} else {
if ( path.ep_ext == NULL) {
if (path.ep_ext == NULL) {
error = EIO;
goto out;
}