Searched hist:"7 c12f296500e1157872ef45b3f3bb06b4b73f1c1" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_mount.h | diff 7c12f296500e1157872ef45b3f3bb06b4b73f1c1 Wed Apr 30 10:15:28 CEST 2008 Tim Shimmin <tes@sgi.com> [XFS] Fix up noattr2 so that it will properly update the versionnum and features2 fields.
Previously, mounting with noattr2 failed to achieve anything because although it cleared the attr2 mount flag, it would set it again as soon as it processed the superblock fields. The fix now has an explicit noattr2 flag and uses it later to fix up the versionnum and features2 fields.
SGI-PV: 980021 SGI-Modid: xfs-linux-melb:xfs-kern:31003a
Signed-off-by: Tim Shimmin <tes@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
|
H A D | xfs_mount.c | diff 7c12f296500e1157872ef45b3f3bb06b4b73f1c1 Wed Apr 30 10:15:28 CEST 2008 Tim Shimmin <tes@sgi.com> [XFS] Fix up noattr2 so that it will properly update the versionnum and features2 fields.
Previously, mounting with noattr2 failed to achieve anything because although it cleared the attr2 mount flag, it would set it again as soon as it processed the superblock fields. The fix now has an explicit noattr2 flag and uses it later to fix up the versionnum and features2 fields.
SGI-PV: 980021 SGI-Modid: xfs-linux-melb:xfs-kern:31003a
Signed-off-by: Tim Shimmin <tes@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
|