summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-07-13 09:14:50 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-07-14 08:47:33 -0700
commit76622c88c2ce89d9ce494a0f656a2ad0abd67a69 (patch)
tree937f90597469fc6e19f256c9447af50b29ea218c /fs/xfs/xfs_icache.h
parent92a005448f6fed70b5e7a9f29a1f930118449f1b (diff)
downloadlinux-76622c88c2ce89d9ce494a0f656a2ad0abd67a69.tar.gz
linux-76622c88c2ce89d9ce494a0f656a2ad0abd67a69.tar.bz2
linux-76622c88c2ce89d9ce494a0f656a2ad0abd67a69.zip
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>
Diffstat (limited to 'fs/xfs/xfs_icache.h')
-rw-r--r--fs/xfs/xfs_icache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_icache.h b/fs/xfs/xfs_icache.h
index ae92ca53de42..3a4c8b382cd0 100644
--- a/fs/xfs/xfs_icache.h
+++ b/fs/xfs/xfs_icache.h
@@ -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
*/