Linux Kernel - Get last written memory block

Posted by NTek on Stack Overflow See other posts from Stack Overflow or by NTek
Published on 2010-04-06T00:29:58Z Indexed on 2010/04/06 0:33 UTC
Read the original article Hit count: 264

In the linux kernel, are there any data structures that automatically always hold the last written block number for a partition? I can't find any built-in kernel source that could be used to get this information. Any help is appreciated.

© Stack Overflow or respective owner

Related posts about kernel-programming

Related posts about linux-kernel