Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1307536
| From | Geliang Tang <geliangtang@163.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [kdave:misc-cleanups-4.5 9/9] fs/btrfs/backref.c:565:1-20: iterator with update on line 577 |
| Date | 2016-01-12 16:30 +0100 |
| Message-ID | <qQ93s-2Pd-13@gated-at.bofh.it> (permalink) |
| References | <qQ93s-2Pd-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jan 12, 2016 at 07:07:24AM +0100, Julia Lawall wrote: > I really have no idea if this is safe or not. > > julia > > On Tue, 12 Jan 2016, kbuild test robot wrote: > > > CC: kbuild-all@01.org > > TO: Geliang Tang <geliangtang@163.com> > > CC: David Sterba <dsterba@suse.com> > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux misc-cleanups-4.5 > > head: a7ca42256d9fad572fb7f2c471514d7d3572b1db > > commit: a7ca42256d9fad572fb7f2c471514d7d3572b1db [9/9] btrfs: use list_for_each_entry* in backref.c > > :::::: branch date: 5 days ago > > :::::: commit date: 5 days ago > > > > >> fs/btrfs/backref.c:565:1-20: iterator with update on line 577 Sorry for the trouble caused. It's probably unsafe. I updated my patch to fix this problem. - Geliang Geliang Tang (1): btrfs: use list_for_each_entry* in backref.c fs/btrfs/backref.c | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [kdave:misc-cleanups-4.5 9/9] fs/btrfs/backref.c:565:1-20: iterator with update on line 577 Geliang Tang <geliangtang@163.com> - 2016-01-12 16:30 +0100
[PATCH v3] btrfs: use list_for_each_entry* in backref.c Geliang Tang <geliangtang@163.com> - 2016-01-12 16:30 +0100
Re: [PATCH v3] btrfs: use list_for_each_entry* in backref.c David Sterba <dsterba@suse.cz> - 2016-01-12 19:20 +0100
[PATCH] btrfs: fix iterator with update error in backref.c Geliang Tang <geliangtang@163.com> - 2016-01-13 15:10 +0100
csiph-web