commit | b21866f514cb50bd75614851a8d066398a114cab | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Sep 21 08:58:40 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Sep 21 08:59:26 2020 -0700 |
tree | 17e55d7535b154a377b524ecad6fd2e07b6bb322 | |
parent | a6901d4d148dcbad7efb3174afbdf68c995618c2 [diff] |
iomap: Use bitmap ops to set uptodate bits Now that the bitmap is protected by a spinlock, we can use the more efficient bitmap ops instead of individual test/set bit ops. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-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>