[RAMEN9610-19641][COMMON] ext2: support statx syscall
authorhgchu <hg.chu@samsung.com>
Wed, 31 Jul 2019 05:01:06 +0000 (14:01 +0900)
committerKim Gunho <gunho.kim@samsung.com>
Mon, 9 Sep 2019 11:10:37 +0000 (20:10 +0900)
commit646a1509d192d08905cb20515ff23959422bb63d
treee8db9911b4d7fd430924a55a78d26cfd72fcddc0
parentb24664a911af79c0118e22d4d2c0e4c4007db0e1
[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