]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs: Propagate write hints to the struct block_device inode
authorBart Van Assche <bvanassche@acm.org>
Fri, 2 Feb 2024 20:39:24 +0000 (12:39 -0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 6 Feb 2024 13:30:48 +0000 (14:30 +0100)
commitea7d898676d9e94558c46ba927db35403362389f
treea0e8fa62b729f1ab419178ec092fa20124bd831e
parentfe3944fb245ab99570552a3bf970b00058a9ca6d
fs: Propagate write hints to the struct block_device inode

Write hints applied with F_SET_RW_HINT on a block device affect the
block device inode only. Propagate these hints to the inode associated
with struct block_device because that is the inode used when writing
back dirty pages.

Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jeff Layton <jlayton@kernel.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20240202203926.2478590-6-bvanassche@acm.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fcntl.c