Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
8 lines
120 B
C
8 lines
120 B
C
/*
|
|
* inode.h
|
|
*
|
|
*/
|
|
|
|
int befs_check_inode(struct super_block *sb, befs_inode *raw_inode,
|
|
befs_blocknr_t inode);
|