Andreas Gruenbacher ffd1cf0443 gfs2: Prevent inode creation race
When a request to evict an inode comes in over the network, we are
trying to grab an inode reference via the iopen glock's gl_object
pointer.  There is a very small probability that by the time such a
request comes in, inode creation hasn't completed and the I_NEW flag is
still set.  To deal with that, wait for the inode and then check if
inode creation was successful.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
2024-11-19 13:05:41 +01:00
..
2024-09-02 14:46:33 +02:00
2024-05-14 17:35:22 -07:00
2024-04-09 18:35:57 +02:00
2024-01-10 10:17:23 -08:00
2024-11-19 13:05:41 +01:00
2024-11-05 12:39:29 +01:00
2024-11-05 12:39:29 +01:00
2023-08-02 09:13:09 -06:00
2024-11-05 12:39:29 +01:00
2024-09-02 14:46:29 +02:00
2024-09-02 14:46:37 +02:00
2023-11-07 11:54:17 -08:00
2023-11-07 11:54:17 -08:00
2024-05-29 15:34:55 +02:00
2024-06-08 02:35:09 +02:00
2024-04-29 12:35:15 +02:00