mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
coda_revalidate_inode(): switch to passing inode...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
b61625d245
commit
11d100d9a2
3 changed files with 3 additions and 4 deletions
|
@ -257,7 +257,7 @@ static void coda_evict_inode(struct inode *inode)
|
|||
|
||||
int coda_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat)
|
||||
{
|
||||
int err = coda_revalidate_inode(dentry);
|
||||
int err = coda_revalidate_inode(dentry->d_inode);
|
||||
if (!err)
|
||||
generic_fillattr(dentry->d_inode, stat);
|
||||
return err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue