lkml.org 
[lkml]   [2006]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: 2.6.15 Bug? New security model?
    Date
    > diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
    > index ef5e541..acafe32 100644
    > --- a/fs/reiserfs/super.c
    > +++ b/fs/reiserfs/super.c
    > @@ -1124,7 +1124,9 @@ static void handle_attrs(struct super_bl
    > "reiserfs: cannot support attributes until flag is set in
    > super-block"); REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS);
    > }
    > - } else if (le32_to_cpu(rs->s_flags) & reiserfs_attrs_cleared) {
    > + } else if ((le32_to_cpu(rs->s_flags) & reiserfs_attrs_cleared) &&
    > + (get_inode_sd_version(s->s_root->d_inode) == STAT_DATA_V2)) {
    > + /* Enable attrs by default on v3.6-native file systems */
    > REISERFS_SB(s)->s_mount_opt |= (1 << REISERFS_ATTRS);
    > }
    > }

    I'm afraid that still doesn't solve the problem for me, I added two printk to
    be sure whats going on - get_inode_sd_version(s->s_root->d_inode) returns
    STAT_DATA_V2 for all of my partitions.

    -
    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/

    \
     
     \ /
      Last update: 2006-02-13 00:05    [W:4.855 / U:0.684 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site