diff options
| author | Albert I <krascgq@outlook.co.id> | 2017-04-14 18:02:12 +0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-16 23:54:45 +0200 |
| commit | c9917ff6c6e4329b3530e794806876ff7385f962 (patch) | |
| tree | 9e9cc40bc39d7c250224fcebb458de271052aada /fs | |
| parent | 067dd34290508e1f33adce78b420078a0175d967 (diff) | |
f2fs: s/fi/inode/g
* Causing build error when f2fs is enabled
Change-Id: Icde63105fc7291f148e76427adf1104108cd03fd
Signed-off-by: Albert I <krascgq@outlook.co.id>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/f2fs/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c index 10ab22ad6..4a8a78f0b 100644 --- a/fs/f2fs/acl.c +++ b/fs/f2fs/acl.c @@ -232,7 +232,7 @@ static int f2fs_set_acl(struct inode *inode, int type, error = posix_acl_update_mode(inode, &inode->i_mode, &acl); if (error) return error; - set_acl_inode(fi, inode->i_mode); + set_acl_inode(inode, inode->i_mode); } break; |
