On 03/03, Stephen Rothwell wrote:
> Hi all,
>
> After merging the f2fs tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> fs/f2fs/sysfs.c:576:25: warning: 'f2fs_attr_ovp_segments' defined but not
> used [-Wunused-variable]
> 576 | static struct f2fs_attr f2fs_att
Hi all,
After merging the f2fs tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
fs/f2fs/sysfs.c:576:25: warning: 'f2fs_attr_ovp_segments' defined but not used
[-Wunused-variable]
576 | static struct f2fs_attr f2fs_attr_##name = __ATTR(name, 0444,
name##_show, NULL)
Hi Stephen,
On 2021/1/12 13:09, Stephen Rothwell wrote:
Hi Chao,
On Mon, 11 Jan 2021 15:54:19 +0800 Chao Yu wrote:
On 2021/1/11 7:35, Jonathan Corbet wrote:
On Mon, 11 Jan 2021 07:33:54 +1100
Stephen Rothwell wrote:
On Thu, 7 Jan 2021 19:28:19 +0800 Chao Yu wrote:
On 2021/1/7 11:11
Hi Chao,
On Mon, 11 Jan 2021 15:54:19 +0800 Chao Yu wrote:
>
> On 2021/1/11 7:35, Jonathan Corbet wrote:
> > On Mon, 11 Jan 2021 07:33:54 +1100
> > Stephen Rothwell wrote:
> >
> >> On Thu, 7 Jan 2021 19:28:19 +0800 Chao Yu wrote:
> >>>
> >>> On 2021/1/7 11:11, Stephen Rothwell wrote:
> >
Hi Jonathan,
On 2021/1/11 7:35, Jonathan Corbet wrote:
On Mon, 11 Jan 2021 07:33:54 +1100
Stephen Rothwell wrote:
On Thu, 7 Jan 2021 19:28:19 +0800 Chao Yu wrote:
On 2021/1/7 11:11, Stephen Rothwell wrote:
After merging the f2fs tree, today's linux-next build (htmldocs) produced
this war
On Mon, 11 Jan 2021 07:33:54 +1100
Stephen Rothwell wrote:
> On Thu, 7 Jan 2021 19:28:19 +0800 Chao Yu wrote:
> >
> > On 2021/1/7 11:11, Stephen Rothwell wrote:
> > >
> > > After merging the f2fs tree, today's linux-next build (htmldocs) produced
> > > this warning:
> > >
> > > Documentation
Hi Chao,
On Thu, 7 Jan 2021 19:28:19 +0800 Chao Yu wrote:
>
> On 2021/1/7 11:11, Stephen Rothwell wrote:
> >
> > After merging the f2fs tree, today's linux-next build (htmldocs) produced
> > this warning:
> >
> > Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Inline emphasis
> > start-s
Hi Stephen,
On 2021/1/7 11:11, Stephen Rothwell wrote:
Hi all,
After merging the f2fs tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Inline emphasis
start-string without end-string.
IIUC, should I remove "/*" and "*/" f
Hi all,
After merging the f2fs tree, today's linux-next build (htmldocs) produced
this warning:
Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Inline emphasis
start-string without end-string.
Introduced by commit
f23307575903 ("f2fs: introduce sb_status sysfs node")
--
Cheers,
Steph
On 11/26/18 4:22 PM, Jaegeuk Kim wrote:
On 11/27, Stephen Rothwell wrote:
[..]
Oh, thanks~
Is this okay?
Yep. This fix the warning. :)
Thanks, Jaegeuk
--
Gustavo
From 79e24f1509e5b6a07069be9cc8163969da78c57a Mon Sep 17 00:00:00 2001
From: Jaegeuk Kim
Date: Mon, 26 Nov 2018 14:20:32
Hi Jaegeuk,
On Mon, 26 Nov 2018 14:22:57 -0800 Jaegeuk Kim wrote:
>
> Is this okay?
That looks great, thanks.
> From: Jaegeuk Kim
> Date: Mon, 26 Nov 2018 14:20:32 -0800
> Subject: [PATCH] f2fs: avoid build warn of fall_through
>
> After merging the f2fs tree, today's linux-next build
> (x86
On 11/27, Stephen Rothwell wrote:
> Hi Jaegeuk,
>
> On Mon, 26 Nov 2018 13:59:24 -0800 Jaegeuk Kim wrote:
> >
> > On 11/26, Stephen Rothwell wrote:
> > >
> > > After merging the f2fs tree, today's linux-next build
> > > (x86_64_allmodconfig) produced this warning:
> > >
> > > In file included f
Hi Jaegeuk,
On Mon, 26 Nov 2018 13:59:24 -0800 Jaegeuk Kim wrote:
>
> On 11/26, Stephen Rothwell wrote:
> >
> > After merging the f2fs tree, today's linux-next build
> > (x86_64_allmodconfig) produced this warning:
> >
> > In file included from fs/f2fs/dir.c:11:
> > fs/f2fs/f2fs.h: In function
Hi Stephen,
On 11/26, Stephen Rothwell wrote:
> Hi Jaegeuk,
>
> After merging the f2fs tree, today's linux-next build
> (x86_64_allmodconfig) produced this warning:
>
> In file included from fs/f2fs/dir.c:11:
> fs/f2fs/f2fs.h: In function '__mark_inode_dirty_flag':
> fs/f2fs/f2fs.h:2388:6: warni
Hi Jaegeuk,
After merging the f2fs tree, today's linux-next build
(x86_64_allmodconfig) produced this warning:
In file included from fs/f2fs/dir.c:11:
fs/f2fs/f2fs.h: In function '__mark_inode_dirty_flag':
fs/f2fs/f2fs.h:2388:6: warning: this statement may fall through
[-Wimplicit-fallthrough=]
Thank you.
Worked around that in the dev branch.
On 02/10, Stephen Rothwell wrote:
> Hi Jaegeuk,
>
> After merging the f2fs tree, today's linux-next build
> (x86_64_allmodconfig) produced this warning:
>
> fs/f2fs/node.c: In function 'fsync_node_pages':
> fs/f2fs/node.c:1520:3: warning: 'last_id
Hi Jaegeuk,
After merging the f2fs tree, today's linux-next build
(x86_64_allmodconfig) produced this warning:
fs/f2fs/node.c: In function 'fsync_node_pages':
fs/f2fs/node.c:1520:3: warning: 'last_idx' may be used uninitialized in this
function [-Wmaybe-uninitialized]
f2fs_submit_merged_bio_c
17 matches
Mail list logo