Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull ext2 and reiserfs cleanups from Jan Kara: "Two small cleanups for ext2 and one for reiserfs" * tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: reiserfs: Replace kmalloc with kcalloc in the comment ext2: code cleanup by removing ifdef macro surrounding ext2: Fix i_op setting for special inode
This commit is contained in:
@ -1066,7 +1066,7 @@ research:
|
||||
} else {
|
||||
/* paste hole to the indirect item */
|
||||
/*
|
||||
* If kmalloc failed, max_to_insert becomes
|
||||
* If kcalloc failed, max_to_insert becomes
|
||||
* zero and it means we only have space for
|
||||
* one block
|
||||
*/
|
||||
|
Reference in New Issue
Block a user