On Thu, Oct 10, 2002 at 06:40:47PM -0700, Chris Wedgwood wrote:
> On Fri, Oct 11, 2002 at 03:07:13AM +0200, Axel Thimm wrote:
>
> An XFS root mounted partition returns always true on all files
> with "test -x". Non-root mounted XFS partitions are OK.
>
> What kernel version(s)?
The one mentioned in the subject, which is the prerelease version for
SGI_XFS_1.2. As I undestand it is is
o the RedHat 8.0 kernel (2.4.18-14) with
o missing ACL/Quota bits and
o XFS-CVS from 30th september (?)
The bug came to live with the previous SGI Release, was silenced at the end of
June and now seems to be back again. In between I was using -jp14 kernels with
xfs which did not have this behaviour.
> charon:~# df -Th .
> Filesystem Type Size Used Avail Use% Mounted on
> /dev/hdb2 xfs 4.7G 2.6G 2.2G 55% /
> charon:~# touch newfile
> charon:~# chmod -x newfile
> charon:~# if test -x newfile ; then echo x ; fi
> charon:~# chmod +x newfile
> charon:~# if test -x newfile ; then echo xxx ; fi
> xxx
> charon:~# uname -r
> 2.4.19-xfs-rmap14b
--
Axel.Thimm@xxxxxxxxxxxxxxxxxxx
|