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.
1 parent f596ded commit aacee54Copy full SHA for aacee54
fs/reiserfs/stree.c
@@ -2246,7 +2246,8 @@ int reiserfs_insert_item(struct reiserfs_transaction_handle *th,
2246
/* also releases the path */
2247
unfix_nodes(&s_ins_balance);
2248
#ifdef REISERQUOTA_DEBUG
2249
- reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE,
+ if (inode)
2250
+ reiserfs_debug(th->t_super, REISERFS_DEBUG_CODE,
2251
"reiserquota insert_item(): freeing %u id=%u type=%c",
2252
quota_bytes, inode->i_uid, head2type(ih));
2253
#endif
0 commit comments