]> git.eshelyaron.com Git - emacs.git/commit
Remove empty (& invalid) lock files
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Aug 2024 20:30:23 +0000 (13:30 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 16 Aug 2024 14:04:47 +0000 (16:04 +0200)
commitf8ede8b27cc988eec1a4911740bdf7f7de6d98a6
treed1e6cdc8de0ee3701623719b67a08b4a4171261e
parentb2503b080505d2b6b519dc36fd97c960637be3e4
Remove empty (& invalid) lock files

* src/filelock.c (current_lock_owner):
Remove empty lock files, as they are necessarily invalid
and can be caused by buggy file systems.
Problem reported by Michal Nazarewicz (bug#72641).

(cherry picked from commit 8b36bfc553b97cf435bdfe1b84abe21c3a605b9f)
src/filelock.c