|
Prev: [PATCH 5/6] ext3: tighten restrictions on inode flags
Next: [PATCH 2/6] ext3: don't inherit inappropriate inode flags from parent
From: Duane Griffin on 19 Jun 2008 11:50 This patch series prevents inheritance and setting of various flags, as appropriate for specific inode types. Flags which should be inherited are listed explicitly so as to prevent future flags being overlooked and inherited by accident. It introduces a function to mask flags based on the inode type and uses it in inode creation and the SETFLAGS ioctl to facilitate future consistency. This fixes the TOPDIR flag inheritance bug reported at http://bugzilla.kernel.org/show_bug.cgi?id=9866. This version fixes the types for the mask function. Cheers, Duane -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |