diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-06-23 18:11:15 +1000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-07-26 13:16:38 -0500 |
commit | 9134c2332ecb9154860669d778ef2808f06503ec (patch) | |
tree | 544fa9e5ffc843b10231573ef25c0b358f9fa6bb /fs/xfs/xfs_log.c | |
parent | dbb2f6529feeee8f4de77849edeee2e60c40c805 (diff) | |
download | op-kernel-dev-9134c2332ecb9154860669d778ef2808f06503ec.zip op-kernel-dev-9134c2332ecb9154860669d778ef2808f06503ec.tar.gz |
xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flags
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r-- | fs/xfs/xfs_log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index f461760..5a5a54a 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -333,7 +333,6 @@ xfs_log_reserve( int retval = 0; ASSERT(client == XFS_TRANSACTION || client == XFS_LOG); - ASSERT((flags & XFS_LOG_NOSLEEP) == 0); if (XLOG_FORCED_SHUTDOWN(log)) return XFS_ERROR(EIO); |