fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mapping
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 28 Apr 2024 23:41:13 +0000 (19:41 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 May 2024 06:36:51 +0000 (02:36 -0400)
commit53cd4cd3b12d8a62719bef950f298a2bc5a6b415
tree7066599243148e10a140c187cfd428791018fb02
parent881494ed031f60d48041549368989a37405a7e50
fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mapping

both for ->i_blkbits and both want the address_space in question anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/buffer.c