Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135914
b: refs/heads/master
c: 90c0af0
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Mar 26, 2009
1 parent 1b26206 commit 5e51852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c94d2a22f26bdb11d3dd817669b940a8c76a8cad
refs/heads/master: 90c0af05a5a486f7709195e20bb26ad8f67ba5af
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap,
put_write_access(inode);
goto out_nfserr;
}
DQUOT_INIT(inode);
vfs_dq_init(inode);
}

/* sanitize the mode change */
Expand Down Expand Up @@ -723,7 +723,7 @@ nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, int type,
else
flags = O_WRONLY|O_LARGEFILE;

DQUOT_INIT(inode);
vfs_dq_init(inode);
}
*filp = dentry_open(dget(dentry), mntget(fhp->fh_export->ex_path.mnt),
flags, cred);
Expand Down

0 comments on commit 5e51852

Please sign in to comment.