-
Avi Kivity authored
It just adds complexity, and doesn't reduce locking overhead, as we must take the spinlock anyway during unlock. Remove it, since it makes conversion to a recursive mutex (needed by fs/vfs/vfs_mount.c) more complicated.
Avi Kivity authoredIt just adds complexity, and doesn't reduce locking overhead, as we must take the spinlock anyway during unlock. Remove it, since it makes conversion to a recursive mutex (needed by fs/vfs/vfs_mount.c) more complicated.