bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13582: [PATCH] stat: add ext4 to the ext2/ext3 list


From: Bernhard Voelker
Subject: bug#13582: [PATCH] stat: add ext4 to the ext2/ext3 list
Date: Wed, 30 Jan 2013 23:09:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

On 01/30/2013 10:27 PM, Bob Proulx wrote:
> I am just adding references here to tie in the previous discussions.

Thanks for that excellent summary.

Reading (again) through it, it seems to me that we have 2 arguments:

a) basically, it would be good to be able to distinguish ext2/ext3
from ext4 while it is problematic in the real world due to EXT4's
nature - or at least would bring a lot of code into stat.

b) just adding "ext4" to "ext2/ext3" as it has already been proposed
by several people could break existing scripts that use code like this:

>       test "$(stat -f -c %T .)" = ext2/ext3 && ...

I'm wondering how often users check for the hard coded string
"ext2/ext3"? Do we have any numbers?

Have a nice day,
Berny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]