[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-205569-13602-FiMdbbgAXf@https.bugzilla.kernel.org/>
Date: Tue, 19 Nov 2019 00:58:46 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 205569] potential data race (likely benign) on inode->i_state
(reading and writing to different bits)
https://bugzilla.kernel.org/show_bug.cgi?id=205569
Theodore Tso (tytso@....edu) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tytso@....edu
--- Comment #1 from Theodore Tso (tytso@....edu) ---
The writeback thread is only applicable for data files. While rmdir() is only
applicable for directories. Also, in both of these function traces, what you
referenced is i_state bits being *read*:
[WRITE] dirty = inode->i_state & I_DIRTY;
^^^^^ not correct!
That being said, there are places in fs/fs-writeback.c where i_state is
modified, and there are code paths where ext4_orphan_add() can be called on
regular data files --- just not the ones you've listed in this bug.
Can you recheck the call traces and make sure they are correct?
--
You are receiving this mail because:
You are watching the assignee of the bug.
Powered by blists - more mailing lists