Skip to content
Commit 957a7acd authored by Abhi Das's avatar Abhi Das Committed by Bob Peterson
Browse files

gfs2: Remove inode from ordered write list in gfs2_write_inode()



The vfs clears the I_DIRTY inode flag before calling gfs2_write_inode()
having queued any data that needed to be written to disk.
This is a good time to remove such inodes from our ordered write list
so they don't hang around for long periods of time.

Signed-off-by: default avatarAbhi Das <adas@redhat.com>
Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
parent 2eb5909d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment