MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / __bforget

Function __bforget

Ext4Fsd/linux.c:825–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823
824
825void __bforget(struct buffer_head *bh)
826{
827 clear_buffer_dirty(bh);
828 __brelse(bh);
829}
830
831void __lock_buffer(struct buffer_head *bh)
832{

Callers 2

journal_forgetFunction · 0.85
bforgetFunction · 0.85

Calls 1

__brelseFunction · 0.85

Tested by

no test coverage detected