[RAMEN9610-19641][COMMON] ext2: support statx syscall
authorhgchu <hg.chu@samsung.com>
Wed, 31 Jul 2019 05:01:06 +0000 (14:01 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:35 +0000 (20:23 +0300)
commita2f22491283c8a5091ed78a9cddb38deea6076e1
treedd8f003b602e29124306ef1981558aad6a1fd1d2
parent14b24a31d91456c7a42c068e3bca707554965d91
[RAMEN9610-19641][COMMON] ext2: support statx syscall

Since statx, every filesystem should fill the attributes/attributes_mask
in routine getattr. But the generic_fillattr has not fill that, so add
ext2_getattr to do this. This can fix generic/424 while testing ext2.

Change-Id: I08fa576ebf8191462290f81bdd5fb93d79018b57
Signed-off-by: hgchu <hg.chu@samsung.com>
Signed-off-by: Kim Gunho <gunho.kim@samsung.com>
fs/ext2/ext2.h
fs/ext2/file.c
fs/ext2/inode.c
fs/ext2/namei.c
fs/ext2/symlink.c