[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] libtextstyle: enable large files support
From: |
Bruno Haible |
Subject: |
Re: [PATCH] libtextstyle: enable large files support |
Date: |
Fri, 03 Jan 2020 17:40:07 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-170-generic; KDE/5.18.0; x86_64; ; ) |
Hi Dmitry,
> Since style_file_lookup function uses stat(2), large files support
> should be enabled to make this function work properly on file systems
> with 64-bit inodes.
Thanks for the report.
I'm applying it because the calls to
- fstat() in activate_term_style_controller,
- stat() in style_file_lookup
ought to work independently of the inode of the accessed file.
Bruno