diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-01-13 22:05:48 +0000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-01-21 13:44:10 -0600 |
commit | 512dd1abd9539a474f2792eeaf6783c59ad7778a (patch) | |
tree | 24508eb59f5786131abf0c3e2bca4a1e125bdd69 /fs/xfs/xfs_quota.h | |
parent | 587aa0feb74ffe3239b5e26ff5d017ba9f5daec9 (diff) | |
download | blackbird-obmc-linux-512dd1abd9539a474f2792eeaf6783c59ad7778a.tar.gz blackbird-obmc-linux-512dd1abd9539a474f2792eeaf6783c59ad7778a.zip |
xfs: kill XFS_QMOPT_ASYNC
The option is unused and one of the few remaining users of
xfs_bawrite, so let's get rid of it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_quota.h')
-rw-r--r-- | fs/xfs/xfs_quota.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_quota.h b/fs/xfs/xfs_quota.h index 91bfd60f4c74..21d11d9f48f2 100644 --- a/fs/xfs/xfs_quota.h +++ b/fs/xfs/xfs_quota.h @@ -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 /* |