bug#54286: [PATCH] Fix ls -l triggering automounts.

2022-03-07 Thread Kamil Dudka
On Monday, March 7, 2022 3:26:27 PM CET Pádraig Brady wrote: > Updated patch for ls attached as per discussion. > Added a NEWS entry. Works as expected. Thank you both! Kamil

bug#54286: [PATCH] Fix ls -l triggering automounts.

2022-03-07 Thread Pádraig Brady
Updated patch for ls attached as per discussion. Added a NEWS entry.From e4c7fccc0c057a772b6be3f002003ba005cc89d7 Mon Sep 17 00:00:00 2001 From: Rohan Sable Date: Mon, 7 Mar 2022 14:14:13 + Subject: [PATCH] ls: avoid triggering automounts statx() has different defaults wrt automounting

bug#54286: [PATCH] Fix ls -l triggering automounts.

2022-03-07 Thread Pádraig Brady
On 07/03/2022 07:54, Rohan Sable wrote: Running ls -l on a path that has autofs mounts, triggers a mount or in case of unmountable shares, triggers errors : ~~~ [root@rsablerhel85 mnt2]# ll ls: cannot access 'testshare2': No such file or directory < Error total 0 drwxrwxrwx. 3 1000 1000

bug#54286: [PATCH] Fix ls -l triggering automounts.

2022-03-07 Thread Rohan Sable
Running ls -l on a path that has autofs mounts, triggers a mount or in case of unmountable shares, triggers errors : ~~~ [root@rsablerhel85 mnt2]# ll ls: cannot access 'testshare2': No such file or directory < Error total 0 drwxrwxrwx. 3 1000 1000 15 Jan 17 12:08 testshare