Re: Git does not handle changing inode numbers well

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


Hi Junio,

> -	if (ce->ce_ino != (unsigned int) st->st_ino)
> +	if (trust_inum && ce->ce_ino != (unsigned int) st->st_ino)
>  		changed |= INODE_CHANGED;

I just tried this with 1.7.10 (that is, I deleted these two lines to
mimic trust_inum being false) and it indeed fixes my problem.

(I'll probably won't be implementing the full patch, though, I've
already figured out how to fix my filesystem instead)

Gr.

Matthijs

Attachment: signature.asc
Description: Digital signature


[Newbies FAQ]     [Linux Kernel Development]     [Free Online Dating]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Free Online Dating]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]     [Linux Resources]

Add to Google