Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181804
b: refs/heads/master
c: 512dd1a
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Alex Elder committed Jan 21, 2010
1 parent 8b4f9a0 commit ecfdf1c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 587aa0feb74ffe3239b5e26ff5d017ba9f5daec9
refs/heads/master: 512dd1abd9539a474f2792eeaf6783c59ad7778a
2 changes: 0 additions & 2 deletions trunk/fs/xfs/quota/xfs_dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1253,8 +1253,6 @@ xfs_qm_dqflush(

if (flags & XFS_QMOPT_DELWRI) {
xfs_bdwrite(mp, bp);
} else if (flags & XFS_QMOPT_ASYNC) {
error = xfs_bawrite(mp, bp);
} else {
error = xfs_bwrite(mp, bp);
}
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/xfs/xfs_quota.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ typedef struct xfs_qoff_logformat {
* flags for dqflush and dqflush_all.
*/
#define XFS_QMOPT_SYNC 0x1000000
#define XFS_QMOPT_ASYNC 0x2000000
#define XFS_QMOPT_DELWRI 0x4000000

/*
Expand Down

0 comments on commit ecfdf1c

Please sign in to comment.