On Thu, Jan 10, 2019 at 02:06:39PM +0800, zhangyi (F) wrote: > Fix compile error below when using BUFFER_TRACE. > > fs/ext4/inode.c: In function ‘ext4_expand_extra_isize’: > fs/ext4/inode.c:5979:19: error: request for member ‘bh’ in something not a structure or union > BUFFER_TRACE(iloc.bh, "get_write_access"); > > Fixes: c03b45b853f58 ("ext4, project: expand inode extra size if possible") > Signed-off-by: zhangyi (F) <yi.zhang@xxxxxxxxxx> Thanks, applied. - Ted