[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] [PATCH attr] Enable large-file support on systems that d
From: |
Mike Frysinger |
Subject: |
Re: [Acl-devel] [PATCH attr] Enable large-file support on systems that do not enable it by default |
Date: |
Sun, 21 Jan 2018 00:32:03 -0500 |
On 28 Nov 2017 02:55, Dmitry V. Levin wrote:
> Invoke AC_SYS_LARGEFILE to enable large-file support.
>
> This fix doesn't change the library as much as the tools because
> the only affected function in libattr is attr_copy_action that calls
> attr_parse_attr_conf that in turn calls fopen(ATTR_CONF, "r").
>
> What is the most affected is getfattr, without the fix it just cannot
> process large files, e.g.
>
> $ truncate -s2G large-file && getfattr large-file
> getfattr: large-file: Value too large for defined data type
thanks, merged
-mike
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Acl-devel] [PATCH attr] Enable large-file support on systems that do not enable it by default,
Mike Frysinger <=