xfs
[Top] [All Lists]

Re: [2.4.18-14SGI_XFS_1.2a1] root xfs filesystem executable bits bug com

To: Axel Thimm <Axel.Thimm@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [2.4.18-14SGI_XFS_1.2a1] root xfs filesystem executable bits bug comeback?
From: Chris Wedgwood <cw@xxxxxxxx>
Date: Thu, 10 Oct 2002 18:40:47 -0700
Cc: linux-xfs@xxxxxxxxxxx, David Greaves <david@xxxxxxxxxxxx>
In-reply-to: <20021011010713.GA4254@bonzo.nirvana>
References: <20021011010713.GA4254@bonzo.nirvana>
Sender: linux-xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.4i
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)?

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




  --cw


<Prev in Thread] Current Thread [Next in Thread>