]> Git Repo - linux.git/commit
remove inode_congested()
authorNeilBrown <[email protected]>
Tue, 22 Mar 2022 21:39:07 +0000 (14:39 -0700)
committerLinus Torvalds <[email protected]>
Tue, 22 Mar 2022 22:57:01 +0000 (15:57 -0700)
commitfe55d563d4174f13839a9b7ef7309da5031b5d93
treebb50c8876a9366293721cda4be75bd2d81115004
parent503d4fa6ee28e8d4d201c92ac3922d1b3526f844
remove inode_congested()

inode_congested() reports if the backing-device for the inode is
congested.  No bdi reports congestion any more, so this always returns
'false'.

So remove inode_congested() and related functions, and remove the call
sites, assuming that inode_congested() always returns 'false'.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: NeilBrown <[email protected]>
Cc: Anna Schumaker <[email protected]>
Cc: Chao Yu <[email protected]>
Cc: Darrick J. Wong <[email protected]>
Cc: Ilya Dryomov <[email protected]>
Cc: Jaegeuk Kim <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jeff Layton <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Lars Ellenberg <[email protected]>
Cc: Miklos Szeredi <[email protected]>
Cc: Paolo Valente <[email protected]>
Cc: Philipp Reisner <[email protected]>
Cc: Ryusuke Konishi <[email protected]>
Cc: Trond Myklebust <[email protected]>
Cc: Wu Fengguang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/fs-writeback.c
include/linux/backing-dev.h
mm/fadvise.c
mm/readahead.c
mm/vmscan.c
This page took 0.063222 seconds and 4 git commands to generate.