Re: [PATCH 08/11] ext4: introduce subtree logic

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dmitry Monakhov
Date: Tuesday, February 9, 2010 - 6:53 am

Greg Freemyer <greg.freemyer@gmail.com> writes:

Ok now i think i understand what you are talking about.
one subtree <=> one service is the main rule i'm standing.
If you wan to support several services, no problem
I can easily extend xattr to support different services
something like this
subtree_entry
{
        __le16 sbe_flags /* entry flags */
        __le16 sbe_type  /* service type */
        __le32 sbe_id    /* subtree id */
}
/* subtree entry flags
enum {
     SUBTREE_FL_VALID           = 1, /* entry contains valid data */
     SUBTREE_FL_INHERENT        = 2, /* inherent id from parent on
                                                            create *
     SUBTREE_FL_ISOLATE         = 4  /* Isolated subtree */
    /* and soon */
};

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 04/11] quota: generalize quota transfer interface, Dmitry Monakhov, (Mon Feb 8, 6:28 am)
[PATCH 05/11] quota: introduce get_id callback, Dmitry Monakhov, (Mon Feb 8, 6:28 am)
[PATCH 06/11] quota: add generic subtree quota support, Dmitry Monakhov, (Mon Feb 8, 6:28 am)
[PATCH 07/11] ext4: enlarge mount option field, Dmitry Monakhov, (Mon Feb 8, 6:28 am)
[PATCH 08/11] ext4: introduce subtree logic, Dmitry Monakhov, (Mon Feb 8, 6:28 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Greg Freemyer, (Mon Feb 8, 4:54 pm)
Re: [PATCH 08/11] ext4: introduce subtree logic, Andreas Dilger, (Mon Feb 8, 5:49 pm)
Re: [PATCH 08/11] ext4: introduce subtree logic, Dmitry Monakhov, (Tue Feb 9, 2:29 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Dmitry Monakhov, (Tue Feb 9, 3:06 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Greg Freemyer, (Tue Feb 9, 6:36 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Dmitry Monakhov, (Tue Feb 9, 6:53 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Greg Freemyer, (Tue Feb 9, 7:29 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Dmitry Monakhov, (Tue Feb 9, 7:48 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Greg Freemyer, (Tue Feb 9, 7:52 am)
Re: [PATCH 08/11] ext4: introduce subtree logic, Dmitry Monakhov, (Tue Feb 9, 8:21 am)