From: Christoph Hellwig Date: Mon, 13 Jul 2020 16:14:50 +0000 (-0700) Subject: xfs: remove SYNC_WAIT and SYNC_TRYLOCK X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76622c88c2ce89d9ce494a0f656a2ad0abd67a69;p=linux.git xfs: remove SYNC_WAIT and SYNC_TRYLOCK These two definitions are unused now. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Reviewed-by: Chaitanya Kulkarni --- diff --git a/fs/xfs/xfs_icache.h b/fs/xfs/xfs_icache.h index ae92ca53de423..3a4c8b382cd0f 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 */