Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\fs-writeback.c Create Date:2022-07-28 20:10:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Remove the inode from the writeback list it is on.

Proto:void inode_io_list_del(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
1125  wb = inode_to_wb_and_lock_list(inode)
1126  de_io_list_del_locked - remove an inode from its bdi_writeback IO list*@inode: inode to be removed*@wb: bdi_writeback @inode is being removed from* Remove @inode which may be on one of @wb->b_{dirty|io|more_io} lists and
1127  spin_unlock( & protects the b_* lists )