aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/file.c')
-rw-r--r--fs/f2fs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c
index deefd258b847..8d2fce9e7e41 100644
--- a/fs/f2fs/file.c
+++ b/fs/f2fs/file.c
@@ -291,7 +291,7 @@ void f2fs_truncate(struct inode *inode)
291 } 291 }
292} 292}
293 293
294static int f2fs_getattr(struct vfsmount *mnt, 294int f2fs_getattr(struct vfsmount *mnt,
295 struct dentry *dentry, struct kstat *stat) 295 struct dentry *dentry, struct kstat *stat)
296{ 296{
297 struct inode *inode = dentry->d_inode; 297 struct inode *inode = dentry->d_inode;