summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 971f66342080..7385e6a6b6cb 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -5387,13 +5387,13 @@ err_out:
5387 return error; 5387 return error;
5388} 5388}
5389 5389
5390int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry, 5390int ext4_getattr(const struct path *path, struct kstat *stat,
5391 struct kstat *stat) 5391 u32 request_mask, unsigned int query_flags)
5392{ 5392{
5393 struct inode *inode; 5393 struct inode *inode;
5394 unsigned long long delalloc_blocks; 5394 unsigned long long delalloc_blocks;
5395 5395
5396 inode = d_inode(dentry); 5396 inode = d_inode(path->dentry);
5397 generic_fillattr(inode, stat); 5397 generic_fillattr(inode, stat);
5398 5398
5399 /* 5399 /*