commit | 0d0216c03a7a14e121abb2e3eb38e491767c36e8 | [log] [tgz] |
---|---|---|
author | Yury Norov <ynorov@caviumnetworks.com> | Wed May 16 11:18:48 2018 +0300 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Feb 18 16:57:12 2019 +0100 |
tree | d6a0d4a44ffbe026dded2c5efd36427b0018725a | |
parent | 48166e6ea47d23984f0b481ca199250e1ce0730a [diff] |
compat ABI: use non-compat openat and open_by_handle_at variants The only difference between native and compat openat and open_by_handle_at is that non-compat version forces O_LARGEFILE, and it should be the default behaviour for all architectures, as we are going to drop the support of 32-bit userspace off_t. Signed-off-by: Yury Norov <ynorov@caviumnetworks.com> Signed-off-by: Yury Norov <ynorov@marvell.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>