xfs: remove the unused SYNCHRONIZE macro
authorKaixu Xia <kaixuxia@tencent.com>
Wed, 16 Sep 2020 21:31:54 +0000 (14:31 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 25 Sep 2020 18:34:07 +0000 (11:34 -0700)
There are no callers of the SYNCHRONIZE() macro, so remove it.

Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_linux.h

index ab737fe..ad10097 100644 (file)
@@ -123,7 +123,6 @@ typedef __u32                       xfs_nlink_t;
 #define EFSCORRUPTED   EUCLEAN         /* Filesystem is corrupted */
 #define EFSBADCRC      EBADMSG         /* Bad CRC detected */
 
-#define SYNCHRONIZE()  barrier()
 #define __return_address __builtin_return_address(0)
 
 /*