xfs: remove the no-op spinlock_destroy stub
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
committed by
Darrick J. Wong
parent
5467b34bd1
commit
1e85a3670d
@@ -110,8 +110,6 @@ typedef __u32 xfs_nlink_t;
|
||||
#define current_restore_flags_nested(sp, f) \
|
||||
(current->flags = ((current->flags & ~(f)) | (*(sp) & (f))))
|
||||
|
||||
#define spinlock_destroy(lock)
|
||||
|
||||
#define NBBY 8 /* number of bits per byte */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user