Hi Jan, After merging the ext3 tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/reiserfs/super.c: In function 'reiserfs_show_options': fs/reiserfs/super.c:652:20: error: 'struct reiserfs_sb_info' has no member named 's_qf_names' fs/reiserfs/super.c:653:50: error: 'struct reiserfs_sb_info' has no member named 's_qf_names' fs/reiserfs/super.c:656:20: error: 'struct reiserfs_sb_info' has no member named 's_qf_names' fs/reiserfs/super.c:657:50: error: 'struct reiserfs_sb_info' has no member named 's_qf_names' fs/reiserfs/super.c:660:20: error: 'struct reiserfs_sb_info' has no member named 's_jquota_fmt' fs/reiserfs/super.c:661:21: error: 'struct reiserfs_sb_info' has no member named 's_jquota_fmt' fs/reiserfs/super.c:663:26: error: 'struct reiserfs_sb_info' has no member named 's_jquota_fmt' Caused by commit 5fa84b871b97 ("reiserfs: Properly display mount options in /proc/mounts"). Hint: CONFIG_QUOTA is not set in this build. I have used the ext3 tree from next-20111222 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au