Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92827
b: refs/heads/master
c: 3ba1514
h: refs/heads/master
i:
  92825: 041416f
  92823: f824dcb
v: v3
  • Loading branch information
Harvey Harrison authored and J. Bruce Fields committed Apr 23, 2008
1 parent febc23e commit 0ceba1e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a254b246ee238ab90e7b3fae1f76875b608b2213
refs/heads/master: 3ba1514815817f93a4f09615726dd4bcd0ddbbc9
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ nfsd_vfs_write(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file,
* flushing the data to disk is handled separately below.
*/

if (file->f_op->fsync == 0) {/* COMMIT3 cannot work */
if (!file->f_op->fsync) {/* COMMIT3 cannot work */
stable = 2;
*stablep = 2; /* FILE_SYNC */
}
Expand Down

0 comments on commit 0ceba1e

Please sign in to comment.