Closed Billy4195 closed 3 years ago
Because inode->i_blocks is 64 bytes unsigned integer, change the format placeholder from %lu to %llu.
Details: The inode.i_blocks is defined at include/linux/fs.h
inode.i_blocks
The type blkcnt_t is defined at include/linux/types.h
blkcnt_t
Because inode->i_blocks is 64 bytes unsigned integer, change the format placeholder from %lu to %llu.
Details: The
inode.i_blocks
is defined at include/linux/fs.hThe type
blkcnt_t
is defined at include/linux/types.h