]> www.infradead.org Git - users/willy/pagecache.git/commit
block: Use PAGE_SECTORS_SHIFT
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 18 May 2022 03:40:45 +0000 (23:40 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:07 +0000 (08:51 -0400)
commit4639d0da923efd6704974893ba19eb1aaf396538
tree363874e344b0fd08d9a46571739ac2f5ed0a809d
parenta340b79b299109ded6928157dc24cf0fb6a90823
block: Use PAGE_SECTORS_SHIFT

The bare use of '9' confuses some people.  We also don't need this cast,
since the compiler does exactly that cast for us.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
block/partitions/core.c