forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/fs/nilfs2/ifile.c
....@@ -142,8 +142,8 @@
142142
143143 err = nilfs_palloc_get_entry_block(ifile, ino, 0, out_bh);
144144 if (unlikely(err))
145
- nilfs_msg(sb, KERN_WARNING, "error %d reading inode: ino=%lu",
146
- err, (unsigned long)ino);
145
+ nilfs_warn(sb, "error %d reading inode: ino=%lu",
146
+ err, (unsigned long)ino);
147147 return err;
148148 }
149149