Bob Peterson 7542486b89 gfs2: eliminate GIF_ORDERED in favor of list_empty
In several places, we used the GIF_ORDERED inode flag to determine
if an inode was on the ordered writes list. However, since we always
held the sd_ordered_lock spin_lock during the manipulation, we can
just as easily check list_empty(&ip->i_ordered) instead.
This allows us to keep more than one ordered writes list to make
journal writing improvements.

This patch eliminates GIF_ORDERED in favor of checking list_empty.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
2020-07-03 12:05:34 +02:00
..
2019-07-03 14:45:18 +02:00
2020-05-08 15:15:12 +02:00
2020-05-29 17:00:24 +02:00
2020-05-06 21:25:26 +02:00
2020-06-05 20:19:21 +02:00
2020-06-05 21:24:25 +02:00
2020-06-05 21:24:25 +02:00
2020-06-05 21:24:25 +02:00
2020-06-05 21:24:25 +02:00