Re: [PATCH] rollback index if git-commit is interrupted by a signal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Without this change, there could be races between the time the lock file is created and the time the commit_style variable is set, leading to the rollback not being performed.

IMO it would make much more sense to _guarantee_ that the commity_style variable is set before the index is locked. It is feasible, and there is no good reason not to do that.

No, it's not possible because the COMMIT_PARTIAL case first creates the index_lock and then the false_lock. It would be curious at least to set the commit_style to COMMIT_NORMAL after creating the index_lock, and upgrade it to COMMIT_PARTIAL later on. I contemplated that, and my patch is the simplest code that's needed and works.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux