Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40857
b: refs/heads/master
c: 5fe14c8
h: refs/heads/master
i:
  40855: 3c50709
v: v3
  • Loading branch information
Steve French committed Nov 7, 2006
1 parent 3afede2 commit 7a2ab2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4891d53956abd4ad9d94127c50d931124319a324
refs/heads/master: 5fe14c851efedf95b0e7652a3a7b93ec899d1599
4 changes: 3 additions & 1 deletion trunk/fs/cifs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,10 @@ int cifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
struct kstat *stat)
{
int err = cifs_revalidate(dentry);
if (!err)
if (!err) {
generic_fillattr(dentry->d_inode, stat);
stat->blksize = CIFS_MAX_MSGSIZE;
}
return err;
}

Expand Down

0 comments on commit 7a2ab2a

Please sign in to comment.