Skip to content
Commit 4ec3c19d authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

gfs2: Handle -EBUSY result of insert_inode_locked4



When creating a new inode, there is a small chance that an inode lookup
for a previous version of the same inode is still in progress.  In that
case, that previous lookup will eventually fail, but we may still need
to retry here.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 38552ff6
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