Re: [PATCH] Fix comment for virtio-9p

2025-05-26 Thread Junichi Uekawa
On Tue, 27 May 2025 15:11:36 +0900, Michael Tokarev wrote: > > 27.05.2025 07:11, dan...@debian.org wrote: > > From: Junichi Uekawa > > > > virtio-9p is not a console protocol, it's a file sharing protocol. Seems > > like an artifact of old copy-and-paste

[PATCH] ext4: fix warning message to output correct type.

2018-07-13 Thread Junichi Uekawa
Output the warning message before we clobber type and be -1 all the time. The error message would now be [1.519791] EXT4-fs warning (device vdb): ext4_enable_quotas:5402: Failed to enable quota tracking (type=0, err=-3). Please run e2fsck to fix. Signed-off-by: Junichi Uekawa --- fs/ext4