We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5d47c8 + 4cd7983 commit 0f28083Copy full SHA for 0f28083
simplefs.h
@@ -123,7 +123,7 @@ extern const struct address_space_operations simplefs_aops;
123
extern uint32_t simplefs_ext_search(struct simplefs_file_ei_block *index,
124
uint32_t iblock);
125
126
-/* Getters for superbock and inode */
+/* Getters for superblock and inode */
127
#define SIMPLEFS_SB(sb) (sb->s_fs_info)
128
#define SIMPLEFS_INODE(inode) \
129
(container_of(inode, struct simplefs_inode_info, vfs_inode))
0 commit comments