diff options
author | zhangyi (F) <yi.zhang@huawei.com> | 2019-02-21 11:29:10 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-21 18:50:21 +0200 |
commit | 8f5e9fb17125aa8990c9c9465c97deeda44c6528 (patch) | |
tree | b48a9fc82802d18d58507afe2cf51bbb91f51794 /Makefile | |
parent | d58465aec7bcd7c4ff13c7734cedc82c5dcfe9be (diff) | |
download | linux-stable-8f5e9fb17125aa8990c9c9465c97deeda44c6528.tar.gz linux-stable-8f5e9fb17125aa8990c9c9465c97deeda44c6528.tar.bz2 linux-stable-8f5e9fb17125aa8990c9c9465c97deeda44c6528.zip |
ext4: fix compile error when using BUFFER_TRACE
commit ddccb6dbe780d68133191477571cb7c69e17bb8c upstream.
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@huawei.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions