Skip to content

Commit

Permalink
ext2: Fix a typo in ext2_getattr argument
Browse files Browse the repository at this point in the history
Fix a typo in a ext2_getattr argument

Signed-off-by: Fumiya Shigemitsu <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
  • Loading branch information
4ge32 authored and jankara committed Jun 12, 2019
1 parent 1fe0341 commit fdbd3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ int ext2_write_inode(struct inode *inode, struct writeback_control *wbc)
}

int ext2_getattr(const struct path *path, struct kstat *stat,
u32 request_mask, unsigned int query_falgs)
u32 request_mask, unsigned int query_flags)
{
struct inode *inode = d_inode(path->dentry);
struct ext2_inode_info *ei = EXT2_I(inode);
Expand Down

0 comments on commit fdbd3e8

Please sign in to comment.