Re: readdir loses renamed files

From: Matthias Andree (matthias.andree_at_gmx.de)
Date: 10/28/04

  • Next message: Kalin KOZHUHAROV: "Re: massive cross-builds without too much PITA"
    Date:	Thu, 28 Oct 2004 17:41:32 +0200
    To: Theodore Ts'o <tytso@mit.edu>, Timo Sirainen <tss@iki.fi>, linux-kernel@vger.kernel.org
    
    

    On Thu, 28 Oct 2004, Andreas Dilger wrote:

    > I read over in reiserfs-list that the reason for the crazy renaming is
    > to store "attributes" as part of the filename. Why not just store them
    > as EAs as they were intended? With the large inode patches (posted here
    > a couple of times already) the cost of storing EAs is negligible.

    The "attributes" stored are really mail flags such as "read", "replied
    to", the size and so on. Not sure if it makes sense storing these as
    extended attributes, or, the other way around, are EAs supposed to be
    some "associated" generic file that can be attached to an existing file?

    At any rate, the resulting software would no longer be able to call
    its backing storage to be in "Maildir" format.

    I know AmigaOS had a limited amount of space (some dozen characters) for
    a generic file comment, but otherwise.

    -- 
    Matthias Andree
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Kalin KOZHUHAROV: "Re: massive cross-builds without too much PITA"