1
0
Fork 0

xfs: remove SYNC_WAIT and SYNC_TRYLOCK

These two definitions are unused now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
5.9.x+fslc
Christoph Hellwig 2020-07-13 09:14:50 -07:00 committed by Darrick J. Wong
parent 92a005448f
commit 76622c88c2
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ struct xfs_eofblocks {
__u64 eof_min_file_size;
};
#define SYNC_WAIT 0x0001 /* wait for i/o to complete */
#define SYNC_TRYLOCK 0x0002 /* only try to lock inodes */
/*
* tags for inode radix tree
*/